Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to inspect element while emulating touch screen in Chrome DevTools?

I need to right click on an element and go to inspect element.

I have tried to right click but since its a touch device emulator that action doesn't make sense, the dropdown doesn't appear.

It works fine when i am not in the emulator mode checking for things, but when i am in the emulator for touch devices (ipad, iphone, galaxy), I lose the right click. How do it make chrome open that html tag just like the inspect element, so i don't have to dig through the html trying to find the element i want?

thanks in advance! :)

like image 704
Drmjo Avatar asked Aug 21 '14 18:08

Drmjo


1 Answers

Left click and hold on the element in the emulation window.

The context menu will then appear, and you'll need to move your mouse to Inspect Element before releasing the click to activate it.

like image 173
codelahoma Avatar answered Sep 18 '22 11:09

codelahoma