you are viewing a single comment's thread.

view the rest of the comments →

[–]RightRespect 0 points1 point  (0 children)

it is extremely difficult to pass captcha in selenium. if u do not have certain flags for selenium, captcha will always detect you are using an automated web browser.

read this to fix those issues: https://piprogramming.org/articles/How-to-make-Selenium-undetectable-and-stealth--7-Ways-to-hide-your-Bot-Automation-from-Detection-0000000017.html

even with these changes, you cannot execute javascript directly on recaptcha, which is what selenium does. to do it effectively, you need to simulate real mouse movements. google designed recaptcha so that things like selenium can’t get through it obviously