Inspect element without right clicking in Chrome

Vincent Tang picture Vincent Tang · Jun 17, 2017 · Viewed 9.3k times · Source

When I inspect html/css on a website, I usually open the chrome developers panel ctrl+shift+I → right click context menu "inspect" so I can highlight that class

however, sometimes I'm trying to inspect an element that is sensitive to "right clicks" events , e.g. if I right click an item on the website functionality changes

Example: enter image description here

so I can't inspect an element

Normally I inspect elements like this (e.g. stackoverflow)

enter image description here

How do you inspect an element without using the right click button?

Normally I would have to just dig through the chrome developer's panel elements and just go one by one to find said element, which takes a really long time

I must be missing something important here about chrome's inspect element tools. Could someone enlighten me here a better workflow / maybe chrome extension tools?

Answer

Bobby Speirs picture Bobby Speirs · Jun 17, 2017

Try pressing ctrl+shift+c. This will open the dev tools in element selection mode, allowing you to left-click on elements to jump straight to them in the elements view.