How to inspect an element that disappears on click (in chrome)
Public
22 Oct 09:30

In chrome developer tools go to “Sources” find “Event Listener Breakpoints” and select “Mouse -> mousedown”. Now each time the event is triggered, chrome will pause and allow you to inspect the frozen html/js

Comments

Joe
aleksander
How to inspect an element that disappears on click.. in an awesome way :)