Skip to content

Wait Explicit

formatting...

Module contains step implementations for the Wait explicit task.

Static

Create an instace of the Wait explicit task.

The scenario will wait the specified time (seconds) in additional to the wait time specified by Wait between task.

See Wait explicit task documentation for more information.

Example

And ask for value of variable "wait_time"
And wait "1.5..2.5" seconds between tasks
...
Then wait for "1.5" seconds
...
Then wait for "{{ wait_time }}" seconds

Above combinations of steps will result in a wait time between 3 and 4 seconds for the first task that is defined after the Then wait for...-step.

Arguments

Name Type Description Default
wait_time_expression str | float

templating that renders to a float

required