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

# Check Displayed

Check Displayed confirms the [Element](/elements/creating-elements.md) is shown on the page. Use it to prove UI content appeared after an action, or that a section is visible to the user.

See [Element states](/test-step-options/element-states.md) for how Displayed differs from Exists and Visible.

![Check displayed Test Step](https://app.does.qa/screenshots/node/check_is_displayed.png)

## When to use it

* Confirm a message, panel, or control appeared after a login or form submit.
* Verify a modal or banner is shown before the next interaction step.
* Prefer [Check Visible](/test-steps/check/check-visible.md) when the Element must be on screen in the current view.

## Configure

### Basics

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

### Advanced

| Field                                 | What to set                                          |
| ------------------------------------- | ---------------------------------------------------- |
| **Status on fail**                    | [Failed Status](/test-step-options/failed-status.md) |
| **When should screenshots be taken?** | `Always` or `On Failures` (default)                  |

## Related

* [Check Not Displayed](/test-steps/check/check-not-displayed.md)
* [Element states](/test-step-options/element-states.md)
* [Check](/test-steps/check.md)

**Tags:** `check`, `is`, `displayed`, `test`, `expect`, `assert`, `element`, `state`
