Wait For Element To Be Disabled
Wait for a specific element to be disabled.
Wait For Element To Be Disabled waits until the Element becomes inactive. Use it when a control should lock after submit or while background work runs.
See Element states for how Disabled relates to Enabled and Clickable.

When to use it
Wait for a submit button to disable while a save request is in flight.
Confirm a destructive action locks until confirmation completes.
Pair with Wait For Element To Be Enabled on the branch where the control should unlock again.
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, forElementDisabled, wait, time, sleep, pause, element, delay, state
Last updated