reaz1995 / ghost-cursor-playwright

Modification of actual ghost-cursor for puppeteer, with more functionality and rewrited to work well with playwight.
52 stars 16 forks source link

Optional execution for "performRandomMove" #12

Closed avilabss closed 11 months ago

avilabss commented 11 months ago

Although the performRandomMove function has a probability of 30% for execution, when it does, oftentimes it results in very unrealistic mouse movements which affect reCAPTCHA v3 instantly resulting in captchas.

There are also situations when we might not want performRandomMove to get executed at all and save some time.

reaz1995 commented 11 months ago

Changed move action to perform random move as standalone action without workarounds, normal move wont trigger random move anymore. #13 Also updated npm package.