I want to debug an info window that shows when I hovered over a Google map marker. But the google map disables right-clicking anywhere on the map canvas, so I cannot check the item for debugging / viewing purposes.
I tried to find the element by the contents of href in the elements tab, but it did not appear when searching.
Is there a way to check an item despite not having a right click?
debugging google-chrome google-chrome-devtools javascript-debugger
Clark Sep 30 '11 at 0:26 2011-09-30 00:26
source share