Hello, i want to loop specific function like this:
And check if the recaptcha failed to solve. It repeat the function.
Sometimes i try to run this and i got ERROR_CAPTCHA_UNSOLVEABLE and it just ended my script.
How do i do that?
I discovered what happens: I need to load at least one url before loading the custom js functions. I loaded http://example.com before the custom js functions worked fine in "Run Mode".