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.
Changed move action to perform random move as standalone action without workarounds, normal move wont trigger random move anymore. #13 Also updated npm package.
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.