-
Notifications
You must be signed in to change notification settings - Fork 51
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
Submit form with selenium #68
Comments
Hello, I have developed a solution for Tidal. The code is available on: In case of problems - let me know. I hope it will help your problem. I wonder why you need to use Selenium? What other operations do you perform at Tidal? Greetings, |
Thank you for the information. I will try to run it using Chrome tomorrow. In the case of Firefox I have not encountered such problems. Can you try in Firefox? |
Hello, |
I think solution with callback sniffer should solve you issue. See https://github.com/ad-m/python-anticaptcha/blob/master/examples/recaptcha_selenium_callback.py . Let's me know if you have issue in integration it. |
problem solved |
@ad-m
I use selenium with chromedriver.
I would like to login here: https://listen.tidal.com/login
Actually I get a resolve token from the anti-captcha service and I can insert it into the website, but I can´t submit the form.
The problem is that a image challenge occur after I inserted an email in the form.
Do you have an idea to solve my problem?
The text was updated successfully, but these errors were encountered: