I have to wait an uncertain amount of time for a task to complete & a new one to be created before I can continue with my script. So I have stuck in a very long pause before I refresh and then check to see if the link is available.
e.g.
|pause | 600000 | |
|refreshAndWait | | |
|clickAndWait | link=new | |
Unfortunately, this is all guess work so sometimes the script will continue and sometimes it will fail. Is there a command or some solution that can be used to refresh at certain intervals and continue to check if the link is available?