Good morning everyone, I was hoping someone could help me with an issue. I've managed to successfully setup the recaptcha solver and all is well except the following:
The path to the callback seems to periodically change. It was .O.O. originally but after a few days it started to fail, I noticed the path had changed to .I.I. I was hoping that I could use Selenium to enumerate through the keys in '___grecaptcha_cfg.clients[0]' and find the path which contains the sitekey and callback function. Therefore, I wouldn't have to worry about it failing unexpectedly in the future.
I see on another thread that Mark Miller linked something similar to this, however it's written in js, which I don't understand (https://gist.github.com/2captcha/2ee70fa1130e756e1693a5d4be4d8c70). I'm relatively new to Python too, so trying to reverse that and write into Python code is beyond me...
Any help would be appreciated!
Python:
driver.execute_script(f"___grecaptcha_cfg.clients[0].l.l.callback('{response}')")
The path to the callback seems to periodically change. It was .O.O. originally but after a few days it started to fail, I noticed the path had changed to .I.I. I was hoping that I could use Selenium to enumerate through the keys in '___grecaptcha_cfg.clients[0]' and find the path which contains the sitekey and callback function. Therefore, I wouldn't have to worry about it failing unexpectedly in the future.
I see on another thread that Mark Miller linked something similar to this, however it's written in js, which I don't understand (https://gist.github.com/2captcha/2ee70fa1130e756e1693a5d4be4d8c70). I'm relatively new to Python too, so trying to reverse that and write into Python code is beyond me...
Any help would be appreciated!
Last edited: