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

后端 未结 8 887
醉酒成梦
醉酒成梦 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)

提交回复
热议问题