Skip to content
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

How to submit the g response in wish.com login page #77

Open
amit1411 opened this issue Jun 21, 2020 · 4 comments
Open

How to submit the g response in wish.com login page #77

amit1411 opened this issue Jun 21, 2020 · 4 comments

Comments

@amit1411
Copy link

I am getting a valid response from anticaptcha but not able to submit the same in formsubmit in wish.com. I am using selenium and firefox as browser. The captcha appears after submitting login information.

@ad-m
Copy link
Owner

ad-m commented Jun 21, 2020

I am not tested wish.com captcha yet, but I guess that you have problem with callback. Have you seen that approach https://github.com/ad-m/python-anticaptcha/blob/master/examples/recaptcha_selenium_callback.py ?

@amit1411
Copy link
Author

raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.JavascriptException: Message: TypeError: grecaptcha.recaptchaCallback is undefine

I get the above error when using the method

@ad-m
Copy link
Owner

ad-m commented Jun 21, 2020

I will sit down to it next weekend. I have some idea how to sniff required callback.

@mikegrep
Copy link

mikegrep commented Mar 9, 2021

raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.JavascriptException: Message: TypeError: grecaptcha.recaptchaCallback is undefine

I get the above error when using the method

I have the same problem do you manage to fix it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants