ad-m / python-anticaptcha

Client library for solve captchas with Anticaptcha.com support.
http://python-anticaptcha.readthedocs.io/en/latest/
MIT License
219 stars 51 forks source link

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

Open amit1411 opened 4 years ago

amit1411 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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

mikegrep commented 3 years ago

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?