Pause
Wait for specific number of seconds.
Last updated
Wait for specific number of seconds.
Pause waits for a fixed or dynamic number of seconds. Use it when timing is the only signal you have, but prefer element waits whenever the UI gives a reliable state to watch.

Add a short buffer when an animation has no Element to wait on.
Delay before a screenshot when the page settles visually but leaves no assertable state.
Prefer Wait For Element To Be Displayed or another element wait when the UI exposes one.
Type
Fixed (default) or Dynamic
Seconds
For Fixed: 1 to 60. For Dynamic: text and/or Values
Status on fail
When should screenshots be taken?
Always or On Failures (default)
Pro tip: Fixed seconds suit stable delays. Dynamic seconds read from the Value Store when the wait length should change per run.
Tags: runner, wait, forSeconds, wait, time, sleep, pause, delay, state
Last updated