Last Updated: October 12, 2018
·
1.336K
· iiska

Use variable $0 to refer element selected with element inspector

In Firefox and Chrome you can refer to latest selected element with $0 from JavaScript console.

Eg. select element with inspector and try following in console:

$0.getAttribute('class');