Wait Time
Pauses the test executed for the given time.
Arguments Description
- time (Union[int, str]): time to wait. It may be either a number or a time
string. Time strings are in a format such as
1 day 2 hours 3 minutes 4 seconds 5milliseconds
or1d 2h 3m 4s 5ms
, and they are fully explained in an appendix of Robot Framework User Guide.
Returns
Example
Wait Time 42Wait Time 1.5Wait Time 2 minutes 10 secondsWait Time 10s