> 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-be-clickable.md).

# Wait For Element To Be Clickable

Wait For Element To Be Clickable waits until the [Element](/elements/creating-elements.md) is shown, enabled, and ready to click. Use it before a [Touch](/test-steps/action/touch.md) step when the Flow needs an explicit wait for interactivity.

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

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

## When to use it

* Wait for a menu item or link to become interactive after a panel opens.
* Let overlays clear before the next click in a busy UI.
* Prefer [Touch](/test-steps/action/touch.md) alone when you only need to click and the built-in wait is enough.

## 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 Not Be Clickable](/test-steps/runner/wait-for-element-to-not-be-clickable.md)
* [Wait For Element To Be Enabled](/test-steps/runner/wait-for-element-to-be-enabled.md)
* [Element states](/test-step-options/element-states.md)
* [Runner](/test-steps/runner.md)

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