maximedrn / hcaptcha-solver-python-selenium

hCAPTCHA solver and bypasser for Python Selenium using a Tampermonkey userscript. Simple website to try to solve hCAPTCHA.
https://maximedrn.github.io/hcaptcha-solver-python-selenium/
Apache License 2.0
81 stars 31 forks source link

hCaptcha asks for second click/maximum requests exceeded #7

Closed saitishmukhametov closed 2 years ago

saitishmukhametov commented 2 years ago

WDW(hcaptcha.driver, 600).until(lambda _: len(hcaptcha.element_visible('//div[@class="h-captcha"]/iframe').get_attribute( 'data-hcaptcha-response')) > 0)

suggest adding >X, instead of >0, since there could be string with "Maximum requests exceeded." and "Object Object" above 40 works fine