Help with waiting/delays.
-
Hi,
I was wondering if it’s possible to wait for a website to respond with a certain string before the next function is executed, much like the Re captcha block where it checks every x amount of seconds for a response.
Or if a certain response isn’t present then it waits 5 seconds and checks for that response again without executing code from the beginning. Would be much appreciated if I could get some help.
-
Use FUNCTION Delay and see if you can work out with that or else Ping me , I'll help you out further
-
This post is deleted!
-
I was using the function delay to wait around 30 seconds but sometimes it takes over 30 seconds for a correct response so some will fail and I was wondering if there was a way to make it wait a bit if the correct response wasn’t found.
Thanks for offering your help.
-
I need to look further into the Website to get more Idea on how to workout with that , Contact me on TG/@Spyderzzz If you need further help.
-
IF "<value1>" DoesNotContain "<value2>"
JUMP #back
ENDIFposition the back block at the top or wherever you want
-
Thanks will try this.
-
@spyderzzz Thanks for that