As the above title says, I’m attempting to use a captcha solving service but all of them request a code that’s attached to an element called “data-sitekey” that should be in the HTML of a page with recaptcha on it. My problem is that the webpage I’m looking at doesn’t have a “data-sitekey” element, meaning I can’t use any of
Tag: recaptcha
Submitting reCAPTCHA v2 with selenium and python – no form submit button
So I recently signed up with anti-captcha and have been testing with the https://github.com/ad-m/python-anticaptcha/blob/master/examples/recaptcha_selenium.py script. I cannot get past a reCAPTCHA that has no submit button (hidden or visible) nor a clear way to submit for verification. I’ve used the anti-captcha firefox plugin, so I know it can be passed. But I am stuck at the point of doing this