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

# Check Not Visible

Check Not Visible confirms the [Element](/elements/creating-elements.md) is not shown within the current viewport. Use it when UI should leave the visible area but may still exist on the page.

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

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

## When to use it

* Confirm a dropdown or tooltip left the viewport after selection.
* Verify a sticky banner scrolled away before checking content below it.
* Prefer [Check Not Displayed](/test-steps/check/check-not-displayed.md) when the Element should leave the page entirely.

## 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 Visible](/test-steps/check/check-visible.md)
* [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`, `notVisible`, `test`, `expect`, `assert`, `element`, `not`, `visible`, `hidden`, `state`
