Wait
You use the Wait keyword to allow the application to remain idle for the user specified time.
Signature
The Wait keyword supports the following signature:
wait(seconds)
Desktop Examples
The following table describes how to use the Wait keyword in desktop applications.
Target Object | Inputs | Closing Action | Comments |
---|---|---|---|
N/A |
10 |
N/A |
Application remains idle for 10 seconds. |
Mobile Examples
The following table describes how to use the Wait keyword in mobile applications.
Target Object | Inputs | Closing Action | Comments |
---|---|---|---|
N/A |
10 |
N/A |
Application remains idle for 10 seconds. |