ghost-cursor icon indicating copy to clipboard operation
ghost-cursor copied to clipboard

🖱️ Generate human-like mouse movements with puppeteer or on any 2D plane

Results 24 ghost-cursor issues
Sort by recently updated
recently updated
newest added

This commit adds a clickCount parameter to the click() function, similar to puppeteer's The use case for me is highlighting all the text in an input field before typing into...

When i use page.on('request') to modify the html of "discord.com" to show a hcaptcha iframe the cursor doesn't load on that iframe, but if the url is something else, for...

![image](https://user-images.githubusercontent.com/1987330/186681790-79b94e80-0fa0-4c94-845f-0fa1062b9340.png) This the problem i am facing on when i am running it on the ubuntu 20.04 headless. It works in windows in headless mode.

Hi, Thanks for making this awesome module. I was using it to click an object inside of an iframe. Here is the code: ```json "ghost-cursor": "^1.1.11", "puppeteer": "^14.3.0", "puppeteer-extra": "^3.2.3",...

await cursor.moveTo(await ghostCursor.getRandomPagePoint(page)); This takes extremely long for the mouse to move to the point on page. How can i increase the speed or what are my other options to...

**Version: 1.1.8** Falling back to JS scroll method ProtocolError: Protocol error (DOM.scrollIntoViewIfNeeded): Node does not have a layout object at /Users/xxx/Project/new-ali/node_modules/puppeteer/lib/cjs/puppeteer/common/Connection.js:230:24 at new Promise () at CDPSession.send (/Users/xxx/Project/new-ali/node_modules/puppeteer/lib/cjs/puppeteer/common/Connection.js:226:16) at next...

Hello, first of all thanks for the great package, it works wonderfully. I think I'm having a strange issue and suspect the root may be this package. I am using...

The README needs some updating to reflect the changes in the code recently: * Example of `installMouseHelper` * New function signature for `createCursor` * New function signature for `move` and...

help wanted
good first issue

When the button is a circle or has rounded box the click may happen to be outside the button. There is needed a better solution to handle rounded shapes otherwise...