How can I wait for a URL to change before moving to the next step? I know there is a “Wait for condition” Action but I’d need to find a way to extract the URL into a string and set up a Loop checking if the string has changed every so often. Is there an easier/simpler way of doing this? The page can take a variable amount of time to load which is why I need this rather than a Delay.
Solved
Wait for URL change
Best answer by shaikhasif
You can also have a loop and inside check If Object exists (if yes the break the loop and continue with you remaining steps) in else put delay for 1-2 seconds.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.