ad-m / python-anticaptcha

Client library for solve captchas with Anticaptcha.com support.
http://python-anticaptcha.readthedocs.io/en/latest/
MIT License
222 stars 51 forks source link

Find sitekey #70

Closed Crackde closed 4 years ago

Crackde commented 4 years ago

Hello I'm trying to get site key from https://siptv.app/mylist/ I find this key from the link 6LdZsJsUAAAAAJaM1WOM8XghXQ9JETBPGftJ0mhE in this link https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LdZsJsUAAAAAJaM1WOM8XghXQ9JETBPGftJ0mhE&co=aHR0cHM6Ly9zaXB0di5hcHA6NDQz&hl=es-419&v=JPZ52lNx97aD96bjM7KaA0bo&theme=light&size=normal&cb=5m3zslns1v40

but when I'm injecting the result the box didn't checked

driver.execute_script("document.getElementById('recaptcha-token').value='{}';".format(response)) but i find when i click manually the checbox appear this

. I don't know more pls help me
ad-m commented 4 years ago

It is not important whether the checkbox is selected (this is only the appearance of the form), and whether after sending the form the expected data will be sent to the destination server. You must send the form correctly and the task will be completed.

Analyze that example: https://github.com/ad-m/python-anticaptcha/blob/master/examples/recaptcha_selenium.py

ad-m commented 4 years ago

Answer provided. No following response. Going to close. Le'ts me know if you have still issue how to use library.