# Check Displayed

![Check displayed Node](https://app.does.qa/screenshots/node/check_is_displayed.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`, `displayed`, `test`, `expect`, `assert`, `element`, `state`


---

# Agent Instructions: 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-displayed.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.
