I'm developing a chrome extension using AngularJs1.6. I want to highlight an element on the webpage through the extension given element's query selector.
Ex. in the first picture below, I want to hover over BUTTON.info-popover-button.btn.btn-link in the Components/Class Names table, and trigger an API call to do the same thing in the second picture.