Ioann
Ioann
> > > I have same problem did u found solution? have same problem
> > > Hello guys! I'm using the example with callback_sniffer.js, but it presents a following exception for me on the console: > selenium.common.exceptions.JavascriptException: Message: TypeError: grecaptcha.recaptchaCallback is undefined >...
> > > I solved this with using the original callback_sniffer.js and with the following script: > > > def form_submit(driver, token): > > driver.execute_script( > > "document.getElementById('g-recaptcha-response').innerHTML='{}';".format(token) > >...