How can I inspect element in chrome when right click is disabled?

后端 未结 8 886
醉酒成梦
醉酒成梦 2020-12-13 23:49

I want to debug a info box that shows when I mouse over a google map marker. But google map disables right click anywhere on the map canvas, so I can\'t inspect the element

相关标签:
8条回答
  • 2020-12-14 00:19

    Sure, you can open the devtools with Ctrl+Shift+I, and then click the inspect element button (square with the arrow)

    0 讨论(0)
  • 2020-12-14 00:19

    Use Ctrl+Shift+C (or Cmd+Shift+C on Mac) to open the DevTools in Inspect Element mode, or toggle Inspect Element mode if the DevTools are already open.

    0 讨论(0)
提交回复
热议问题