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?
In case anyone else encountered this problem. You have to edit your function and check the "has return value" box. Then your return will work. After this you have to use "Call Function" again and now you have a new field for saving results.
Initialise
Set Variable No-of-Cycle
For 1:No-of-Cycle
Call Function 1
Set Variable No-of-Times
For 1:No-of-Times
Call Function 2
Call Function 3
Increase Variable 1->No-of-Times
Sleep 30 minutes
Increase Variable 1->No-of-Cycles
Sleep 30 minutes
During running of the cycle/times, how to clear cache?