For the complete documentation index, see llms.txt. This page is also available as Markdown.

Check Not Visible

Check a specific element is not currently visible.

Check Not Visible confirms the Element 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 for how Visible differs from Displayed and Exists.

Check not visible Test Step

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 when the Element should leave the page entirely.

Configure

Basics

Field
What to set

Element

The Element to check

Advanced

Field
What to set

Status on fail

When should screenshots be taken?

Always or On Failures (default)

Tags: check, is, notVisible, test, expect, assert, element, not, visible, hidden, state

Last updated