Often I want to inspect an element (e.g. tooltip) that only appears when another element is mouse overed/entered. The element that appears, is made visible via jQuery\'s mousee
It's fairly easy in Chrome 38.0.2094.0.
Here's what it'll look like:
Step-by-step:
If the tooltip shows up because of CSS, here's what you can do in that case:
Step-by-step: