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.

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)
Related
Tags: check, is, notVisible, test, expect, assert, element, not, visible, hidden, state
Last updated