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

Problem submitting the data

Open Pickloe opened this issue 5 years ago • 2 comments

I tried your code near the end in https://github.com/ad-m/python-anticaptcha/issues/37

driver.execute_script("document.getElementById('loginForm').submit()") does not work for me.

I get this error selenium.common.exceptions.JavascriptException: Message: javascript error: Cannot read property 'submit' of null (Session info: chrome=85.0.4183.102)

Pickloe avatar Sep 09 '20 19:09 Pickloe

Never mind that's just me being dumb, how can I make it submit the captcha itself? Because it inputs the captcha token response thing inside the source code but the submit button is still disabled and it shows captcha is still not like check marked.

Pickloe avatar Sep 09 '20 19:09 Pickloe

I am doing this for a different website btw

Pickloe avatar Sep 09 '20 19:09 Pickloe