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

# Check Enabled

![Check enabled Node](https://app.does.qa/screenshots/node/check_is_enabled.png)

## Basic Configuration

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

***

## Advanced Configuration

| Field          | Configuration                                                          |
| -------------- | ---------------------------------------------------------------------- |
| Status on fail | [Failed Status](https://docs.does.qa/node-configuration/failed-status) |

***

## Related Nodes

* [Check displayed](https://docs.does.qa/test-steps/check/check-displayed)
* [Check not displayed](https://docs.does.qa/test-steps/check/check-not-displayed)
* [Check visible](https://docs.does.qa/test-steps/check/check-visible)
* [Check not visible](https://docs.does.qa/test-steps/check/check-not-visible)
* [Check enabled](https://docs.does.qa/test-steps/check/check-enabled)
* [Check disabled](https://docs.does.qa/test-steps/check/check-disabled)
* [Check clickable](https://docs.does.qa/test-steps/check/check-clickable)
* [Check not clickable](https://docs.does.qa/test-steps/check/check-not-clickable)
* [Check selected](https://docs.does.qa/test-steps/check/check-selected)
* [Check not selected](https://docs.does.qa/test-steps/check/check-not-selected)
* [Check exists](https://docs.does.qa/test-steps/check/check-exists)
* [Check does not exist](https://docs.does.qa/test-steps/check/check-does-not-exist)
* [Check focused](https://docs.does.qa/test-steps/check/check-focused)
* [Check not focused](https://docs.does.qa/test-steps/check/check-not-focused)

***

**Tags:** `check`, `is`, `enabled`, `test`, `expect`, `assert`, `element`, `disabled`, `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/check/check-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.
