Is there a way using Chrome's developer tools to inspect the element which currently has tab focus in the page? I'm trying to identify which element is stealing focus and it's otherwise invisible on the screen.
Thanks!
EDIT: I am not trying to inspect a visible element that disappears when I move the mouse or something. I am trying to locate the element which has actual tab focus in the developer tools "Elements" tab.