> 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-enabled.md).

# Wait For Element To Be Enabled

![Wait for element to be enabled Node](https://app.does.qa/screenshots/node/action_wait_forElementEnabled.png)

## Basic Configuration

| Field   | Configuration                            |
| ------- | ---------------------------------------- |
| Element | [Element](https://docs.does.qa/elements) |

***

## Advanced Configuration

| Field                       | Configuration                                                                |
| --------------------------- | ---------------------------------------------------------------------------- |
| How fast is this typically? | [Timeout Override](https://docs.does.qa/node-configuration/timeout-override) |
| Status on fail              | [Failed Status](https://docs.does.qa/node-configuration/failed-status)       |

***

## Related Nodes

* [Wait for element to be displayed](https://docs.does.qa/test-steps/runner/wait-for-element-to-be-displayed)
* [Wait for element to not be displayed](https://docs.does.qa/test-steps/runner/wait-for-element-to-not-be-displayed)
* [Wait for element to be visible](https://docs.does.qa/test-steps/runner/wait-for-element-to-be-visible)
* [Wait for element to not be visible](https://docs.does.qa/test-steps/runner/wait-for-element-to-not-be-visible)
* [Wait for element to be enabled](https://docs.does.qa/test-steps/runner/wait-for-element-to-be-enabled)
* [Wait for element to be disabled](https://docs.does.qa/test-steps/runner/wait-for-element-to-be-disabled)
* [Wait for element to exist](https://docs.does.qa/test-steps/runner/wait-for-element-to-exist)
* [Wait for element to not exist](https://docs.does.qa/test-steps/runner/wait-for-element-to-not-exist)
* [Wait for element to be clickable](https://docs.does.qa/test-steps/runner/wait-for-element-to-be-clickable)
* [Wait for element to not be clickable](https://docs.does.qa/test-steps/runner/wait-for-element-to-not-be-clickable)
* [Wait for element text](https://docs.does.qa/test-steps/runner/wait-for-element-text)
* [Pause](https://docs.does.qa/test-steps/runner/pause)

***

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.does.qa/test-steps/runner/wait-for-element-to-be-enabled.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
