I am looking for a way to "freeze" a page so I could inspect elements that appear for example when I hover a field.
I am aware of the answers here : Firebug: How to inspect elements changing with mouse movements?
But this is limited to events triggered by the CSS :hover
selector.
I am looking for a more general solution that would also work with elements displayed from Javascript.