How do i loop a specific function ?
-
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?
-
Use "Ignore errors" and define what you want
inside that error handlig block.
-
Let me try, thanks mate.