I've been going through a lot of answers on SO for bypassing captcha verification, most of them deal with Google's reCaptcha.
In most of them a siteKey
parameter is passed in the web pack file to disable the reCaptcha, I was wondering if something similar can be done with Arkose lab's surl
.
I also found this answer, which does something with cookies in Selenium.
Again, it would be great if there was a way to replicate this puppeteer and web pack.