View Single Post
  #1 (permalink)  
Old 03-15-2010, 03:11 PM
philkryder philkryder is online now
Senior Member
 
Join Date: Sep 2007
Posts: 456
Default 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).
Reply With Quote