Binit-Dhakal / Google-reCAPTCHA-v2-solver-using-playwright-python

57 stars 14 forks source link

Not always right. #7

Open cheditx opened 5 months ago

cheditx commented 5 months ago

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.

Thrsh001 commented 1 month ago

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"