Skip to main content
Solved

Wait for URL change


Forum|alt.badge.img+4

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.

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.

View original
Did this topic help answer your question?

4 replies

Aaron.Gleason
Automation Anywhere Team
Forum|alt.badge.img+10
  • Automation Anywhere Team
  • 544 replies
  • July 3, 2024

Usually the next step in an automation is a Recorder: Capture. These Recorder: Captures are tied to the URL/window title that you’re automating and have a default time-out of 15 seconds. By capturing something on the next expected page, the Recorder: Capture will automatically wait until that object is ready. No need to wait for a page to load in most cases.


Forum|alt.badge.img+4

 

Aaron.Gleason wrote:

Usually the next step in an automation is a Recorder: Capture. These Recorder: Captures are tied to the URL/window title that you’re automating and have a default time-out of 15 seconds. By capturing something on the next expected page, the Recorder: Capture will automatically wait until that object is ready. No need to wait for a page to load in most cases.

Thanks Aaron. The next action is ‘Keystrokes’ to Tab and interact with an export button. Unfortunately I’ve tried using Recorder: Capture but it does not interact well with objects on the page. They are loaded in before the URL changes, just that some properties of the objects change e.g. paragraph text or a button becomes active. The most reliable way of detecting changes on the page is the change in URL. Is there a way I could extract this into a string and loop until there is a change? Or another way using the URL?

I don’t know what the full URL will be at the beginning or end so I will need to capture this.


Forum|alt.badge.img+6
  • Most Valuable Pathfinder
  • 75 replies
  • Answer
  • July 4, 2024

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.


Aaron.Gleason
Automation Anywhere Team
Forum|alt.badge.img+10
  • Automation Anywhere Team
  • 544 replies
  • July 17, 2024
shaikhasif wrote:

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.

Make sure to have a counter in place to exit the loop should the object not be detected to avoid infinite loop issues.


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings