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 or 1d 2h 3m 4s 5ms, and they are fully explained in an appendix of Robot Framework User Guide.

Returns

Example

Wait Time 42
Wait Time 1.5
Wait Time 2 minutes 10 seconds
Wait Time 10s