Wait For Element To Not Be Visible
Wait for a specific element to not be visible.
Wait For Element To Not Be Visible waits until the Element is no longer shown within the current viewport. Use it when UI leaves the visible area but may still exist elsewhere on the page.
See Element states for how Visible differs from Displayed and Exists.

When to use it
Wait for a dropdown or tooltip to leave the viewport after selection.
Confirm a sticky banner scrolled away before checking content below it.
Prefer Wait For Element To Not Be Displayed when the Element should leave the page entirely.
Configure
Basics
Element
The Element to wait for
Advanced
How fast is this typically?
Status on fail
When should screenshots be taken?
Always or On Failures (default)
Related
Tags: action, wait, forElementNotVisible, wait, time, sleep, pause, element, delay, state
Last updated