How can I inspect disappearing element in a browser?

How can I inspect an element which disappears when my mouse moves away? I don’t know it’s ID, class or anything but want to inspect it. Solutions I have tried: Run jQuery selector inside console $(‘*:contains(“some text”)’) but didn’t have any luck mainly because the element is not hidden but probably removed from the DOM … Read more