Wait For Element To Exist
Wait for a specific element to exist.
Wait For Element To Exist waits until the Element is present in the DOM. Use it when markup arrives before the UI is shown or scrolled into view.
See Element states for how Exists differs from Displayed and Visible.

When to use it
Wait for async HTML to inject a container before child steps run.
Confirm a hidden input or off-screen node exists before reading its value.
Prefer Wait For Element To Be Displayed when the next step needs the Element shown to the user.
Configure
Basics
Field
What to set
Element
The Element to wait for
Advanced
Field
What to set
How fast is this typically?
Status on fail
When should screenshots be taken?
Always or On Failures (default)
Related
Tags: action, wait, forElementExist, wait, time, sleep, pause, element, delay, state
Last updated