Programming with Reflection
Wait method
Syntax object.Wait Time
Waits the specified period of time before executing the next command in the procedure. The procedure containing the command is paused until the wait expires. For example, the following statement causes a one second wait:
Session.Wait "1"
Time Argument type: String
Specifies an interval of time in HH:MM:SS format.