javascript - How to inspect element on popover with unknown identity? -
i running browser tests on chrome , cannot find particular popover in codebase.
i figured snag name or id via manual inspect element, of course disappears when try right click it.
without identifying information go (unless try js things surrouding divs suspect might live in?), how can handle on element?
if it's hover event triggered, in inspect element should able force state. right click code in inspect element , should see things :hover
, :focus
, maybe :active
. select whichever 1 triggers event, , should able view code.
Comments
Post a Comment