I need to do the automation process in a web page that in the LogIn has automatic Captcha. I tried doing it with OCR but it does not work for me. I would appreciate someone helping me how to make the process take the Captcha. Thanks!
1 Like
You do know that the whole point of Captchas is to avoid usage of robots and automated scripts?
There are APIs available for automation and also (paid) services, but it’s probably better to first investigate whether there are other possibilities to login and/or the session can be stored in the browser, so you wouldn’t need to login every time.
Ok, thank you, I will look, although in my case you can not keep the session login without making the Captcha manually.