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

# Check Visible

Check Visible confirms the [Element](/elements/creating-elements.md) is shown within the current viewport. Use it to prove a control or message is on screen before the next interaction.

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

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

## When to use it

* Confirm a sticky header or banner is on screen after scroll.
* Verify a field scrolled into view before [Touch](/test-steps/action/touch.md).
* Prefer [Check Displayed](/test-steps/check/check-displayed.md) when presence on the page is enough.

## 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 Visible](/test-steps/check/check-not-visible.md)
* [Check Displayed](/test-steps/check/check-displayed.md)
* [Element states](/test-step-options/element-states.md)
* [Check](/test-steps/check.md)

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