-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wait_for_checkbox() timeout #50
Comments
Can you try the latest commit and set retain_source=False in Solver? Example client = Solver(
pageurl,
sitekey,
options=options,
proxy=proxy,
proxy_auth=proxy_auth,
retain_source=False
) This will make the widget visible for the solver to work correctly. |
It does load now, but only gets detected. |
To stay on the subject,
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to load an Invisible Captcha, but it always times out on
wait_for_checkbox()
.The text was updated successfully, but these errors were encountered: