python-anticaptcha icon indicating copy to clipboard operation
python-anticaptcha copied to clipboard

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

Open amit1411 opened this issue 5 years ago • 4 comments

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.

amit1411 avatar Jun 21 '20 18:06 amit1411

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 ?

ad-m avatar Jun 21 '20 18:06 ad-m

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

amit1411 avatar Jun 21 '20 18:06 amit1411

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

ad-m avatar Jun 21 '20 18:06 ad-m

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?

mikegrep avatar Mar 09 '21 11:03 mikegrep