For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Wait for element to be disabled Test Step

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)

Tags: action, wait, forElementDisabled, wait, time, sleep, pause, element, delay, state

Last updated