Forum Discussion

anitha123's avatar
anitha123
Contributor
14 years ago

Difference between Delay and Waitprocess

Hi,



I am using Delay in my script for everything. Please let me know what is the difference between Delay,Waitprocess and Waitwindow.

1 Reply

  • Anonymous's avatar
    Anonymous
    Hi Anitha,


     

    The Delay method delays the script execution for the specified time period, while the WaitProcess and WaitWindow methods wait until the specified process or window becomes available for testing or the timeout elapses.


     

    For additional information, please refer to the "aqUtils.Delay", "WaitProcess Method" and "WaitWindow Method" articles. 


     

    I hope this helps.