Wait For Element To Be Enabled
Wait for a specific element to be enabled.
Wait For Element To Be Enabled waits until the Element becomes active and accepts input. Use it when a control starts disabled and unlocks after validation or loading finishes.
See Element states for how Enabled relates to Disabled and Clickable.

When to use it
Wait for a submit button to unlock after required fields are filled.
Let an async validation finish before the next Touch step.
Pair with Wait For Element To Be Clickable when the Flow also needs the Element ready to click.
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, forElementEnabled, wait, time, sleep, pause, element, delay, state
Last updated