I'm trying to get coordinates of the point I've marked on this screenshot:
I'm able to get the X coordinate using window.screenX - gives me 76, but when I try to get Y with window.screenY I get 25, which seems to be the Y coordinate of the Chrome window, not the HTML viewport. How do I get the proper Y value of about 175?