css-tricks.com
Set a Timed Debugger To Web Inspect Hard-To-Grab Elements
4
Triggering a debugger; statement at just the right moment can help you select a DOM element that is really hard (or impossible) to get selected in DevTools. You can do that directly in your code, or, through a setTimeout right in the console, so you can g... Read full article