Hi,
I have a python script to mass create accounts on a website.
The script was working fine and I created around 40 account in 10 hours, but from5 hours I can't create new account anymore.
When Selenium type the info for a new account registration, I get the greenlight from the form (meaning no one has that info yet) but as soon as Selenium click the create account button, An error occur and while browsing the error on Google, it seems to be a recaptcha error.
But it's odd cause on the page there isn't a captcha to solve. I checked the source code and recaptcha is it called in some css class. Does this means there is a recaptcha working in the background? How do I ignore it with selenium?
I have a python script to mass create accounts on a website.
The script was working fine and I created around 40 account in 10 hours, but from5 hours I can't create new account anymore.
When Selenium type the info for a new account registration, I get the greenlight from the form (meaning no one has that info yet) but as soon as Selenium click the create account button, An error occur and while browsing the error on Google, it seems to be a recaptcha error.
But it's odd cause on the page there isn't a captcha to solve. I checked the source code and recaptcha is it called in some css class. Does this means there is a recaptcha working in the background? How do I ignore it with selenium?