> For the complete documentation index, see [llms.txt](https://docs.does.qa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.does.qa/test-steps/runner/wait-for-element-to-not-be-clickable.md).

# Wait For Element To Not Be Clickable

Wait For Element To Not Be Clickable waits until the [Element](/elements/creating-elements.md) is no longer ready to click. Use it when a control should stay blocked by a loading state, overlay, or disabled attribute.

See [Element states](/test-step-options/element-states.md) for how Clickable relates to Displayed and Enabled.

![Wait for element to not be clickable Test Step](https://app.does.qa/screenshots/node/action_wait_forElementNotClickable.png)

## When to use it

* Wait for a button to lock while a save request runs.
* Confirm a link is blocked until prerequisites are met.
* Pair with [Wait For Element To Be Clickable](/test-steps/runner/wait-for-element-to-be-clickable.md) when the Flow later needs the control interactive again.

## Configure

### Basics

| Field       | What to set                                               |
| ----------- | --------------------------------------------------------- |
| **Element** | The [Element](/elements/creating-elements.md) to wait for |

### Advanced

| Field                                 | What to set                                                |
| ------------------------------------- | ---------------------------------------------------------- |
| **How fast is this typically?**       | [Timeout Override](/test-step-options/timeout-override.md) |
| **Status on fail**                    | [Failed Status](/test-step-options/failed-status.md)       |
| **When should screenshots be taken?** | `Always` or `On Failures` (default)                        |

## Related

* [Wait For Element To Be Clickable](/test-steps/runner/wait-for-element-to-be-clickable.md)
* [Wait For Element To Be Disabled](/test-steps/runner/wait-for-element-to-be-disabled.md)
* [Element states](/test-step-options/element-states.md)
* [Runner](/test-steps/runner.md)

**Tags:** `action`, `wait`, `forElementNotClickable`, `wait`, `time`, `sleep`, `pause`, `element`, `delay`, `state`
