NikolaiT / stealthy-scraping-tools

Minimal set of tools to conduct stealthy scraping.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`.getBoundingClientRect()`

0x7357 opened this issue · comments

# is el.getBoundingClientRect() fucky?

I have had "the same" issue, I guess.

If you use JSON.stringify({offsetY: window.screen.availHeight - window.innerHeight, offsetX: window.screen.width - window.availWidth}) (I'm using availHeight) the coordinates seem to be accurate.

I don't know if you mean this issue with your comment.