Wait
Description:
Format:
Wait (integer Seconds)
|
Parameters: |
Integer |
Seconds |
The time in seconds to wait before proceeding |
|
Return Value: |
Integer |
Seconds |
The number of seconds waited |
Usage:
Example 1:
Set two fields on a document and wait 3 seconds so the user can see the values before clicking on the 'Submit' button.
SetFieldWithLabel ('User ID:', 'JohnSmith')
SetFieldWithLabel ('Password:', 'Cactus')
Wait (3)
ClickButtonWithText ('Submit')