Hi!
I have 2 cases where my flow needs to wait for an event to happen until it can do it´s next task:
-
Wait until a button in a popup changes from greyed out to normal color (disabled to enabled ?) to then click it. The waiting takes between 1 second and 5 minutes.
-
After a click on a button a new page get´s loaded. This page stayes between 10seconds and 5min. Then it automatically loads a new page. Now I want to let my flow wait after the click on the button until that second page has loaded and then continue to the next task.
As the normal ClickandWait or WaitFor… do not work:
Which command or set of commands do I need to use to accomplish this?
Thanks!
Sascha