Xetera / ghost-cursor

🖱️ Generate human-like mouse movements with puppeteer or on any 2D plane
MIT License
1.03k stars 120 forks source link

Doesn't work when window not in view #88

Closed lelly8484 closed 1 year ago

lelly8484 commented 1 year ago

Page.mouse and ghost cursor don't work when window is on another desktop or minimized, why? I thought the mouse is part of the page object, not something external

Niek commented 1 year ago

This is probably a protection on the site itself, i.e. it only allows clicks when the page is visible.