如何发送对g-recaptcha-response的响应?

时间:2018-10-26 09:45:18

标签: python selenium recaptcha

我正在尝试使用Selenium中的Recaptcha服务绕过Anti-Captcha

问题是,当我收到来自anticaptcha服务的响应时,可以使用以下命令将其插入Recaptcha中:

driver.execute_script("document.getElementById('g-recaptcha-response').style.removeProperty('display');")
driver.find_element_by_id('g-recaptcha-response').send_keys(response)

但是如何将这个响应发送到服务器?这种recaptcha没有任何“提交”属性...

0 个答案:

没有答案