Xetera / ghost-cursor

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

what does waitForMouse option do and which file can i find its reference/where its defined? since when i search through this repository, it doesnt show where it is defined #69

Closed EVE231 closed 2 years ago

EVE231 commented 2 years ago

since when i search through this repository, none of the files show where it is defined. I don't want to miss out on options available that could help me.

Niek commented 2 years ago

There is no waitForMouse, only waitForClick and waitForSelector.

EVE231 commented 2 years ago

There is no waitForMouse, only waitForClick and waitForSelector. ok because it was referenced here https://github.com/Xetera/ghost-cursor/issues/17#issuecomment-755995616 which is why I was curious