Problem submitting the data
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)
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.
I am doing this for a different website btw