WebTechKitchen; Your Web Technology Kitchen, contact us to create, or maintain your websites and other digital properties.

Inspect an element on hover

Submitted by barnettech on Fri, 01/07/2022 - 09:10

Open up Developer Tools and go to Sources.
Note the shortcut to pause script execution— F8 .
Interact with the UI to get the element to appear.
Hit F8 .
Now you can move your mouse around, inspect the DOM, whatever. The element will stay there.

https://stackoverflow.com/questions/17602611/inspect-a-hover-element