Google-reCAPTCHA-v2-solver-using-playwright-python icon indicating copy to clipboard operation
Google-reCAPTCHA-v2-solver-using-playwright-python copied to clipboard

Not always right.

Open cheditx opened this issue 11 months ago • 1 comments

https://github.com/Binit-Dhakal/Google-reCAPTCHA-v2-solver-using-playwright-python/blob/b4fa56490cd7307bd1baf0083678cecc23be8243/main.py#L59C9-L60C19

this line is wrong, sometimes it will return even if the captcha isn't solved.

cheditx avatar Mar 17 '24 18:03 cheditx

I have commented that part out but after a while the part in start method that uses similar logic is not working and I am trying to understand why do we need it and how to make it work. When I comment the else part out, the code passes but before it gets out of the while loop it gives me 5 times "Target page, context or browser has been closed"

Thrsh001 avatar Jul 17 '24 13:07 Thrsh001