IF window change - versus, wait for window change
Is there any way to simulate an "IF window change"
or a
LOOP WHILE WINDOW UNCHANGED?
I need to be able to continue to re-click a control if the window doesn't change in a reasonable amount of time.
I can use a WAIT FOR WINDOW change to impose a delay
But, how can I stop the loop that is checking for the window changing?
(no new window is created, the existing window simply changes after data is gathered).
|