ad-m / ad-m/python-anticaptcha
recapcha doesn't vanish after injecting the gresponse using python and selenium
- 主要语言
- Python
- 星标
- 230
- 派生
- 53
- PR 合并指标
- 30 天内没有已合并 PR
描述
To get a clear view i am uploading a link to a video which shows the problem regarding the recapcha.
[https://drive.google.com/file/d/1Ydsra33hqyb5hRpmekOjk-y_uUw_UL95/view?usp=sharing](url)
I am running a pythn bot to scrape the answers but get this recapcha sometimes.

I use anticapcha service to get the token and use code to inject the response :
driver.execute_script("document.getElementById('g-recaptcha-response').innerHTML='{}';".format(token))
but the recapcha doesnt dissapear as it DOESN'T have a submit button.
The recapcha dissapears only after solving it and goes to the login page. The video will give a clear view of the problem.
What is the procedure to do after injecting g response?
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。