Hello everybody,
I am making a script with selenium to create X number of osrs acccounts and run it through tutorial island. I currently have the script made for tutorial island and that works. My issue lies with the captcha for creating the accounts. I am attempting to use 2 captcha to solve this issue. I currently have it setup where it sends a request to 2captcha, gets a successful response and then with selenium, it executes javascript to make the response field visible of the captcha, then it adds it to the response sections innerHTML.
My issue is that their instructions tell you to then submit the webpage. I do not see anywhere on their webpage any type of submit button to submit the captcha or any type of form or button or anything to move past to the actual creation screen. Does anybody have any idea?
Much love