Most modern browsers have a console shorthand you can use to get the element that's currently active in the inspector. Once you've highlighted an element, you can refer to it by typing $0 in the console.

This gives you the same access to the element as if you had selected it using the querySelector() method or similar.

Check it out on YouTube.