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

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.

Wait for element to not be visible Test Step

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

Field
What to set

Element

The Element to wait for

Advanced

Field
What to set

How fast is this typically?

Status on fail

When should screenshots be taken?

Always or On Failures (default)

Tags: action, wait, forElementNotVisible, wait, time, sleep, pause, element, delay, state

Last updated