Description
Waits a specified amount of time before executing the next step.
Parameters
Delay, sec
Amount of time in seconds. In case the number is not an integer, the comma must be used as a separator, for example, 0,25.
Comment
Contains an annotation to the activity.
Usage Examples
This activity is used in projects where there is a clear time separation between actions. For instance, you might want to use the 'Delay' activity for checking email messages, say, every three minutes.
This activity also can be used as a fail-safe option when automating interaction with the interface. However, it is not recommended to overuse the activity since usually it is difficult to predict how much time a certain interface element takes to load. Wait for element will be better solution.