SearchContext.WaitInvisibilityOfElementLocated (manual)
Waits until no element matches the given By locator, or until the default wait timeout elapses.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll)

WaitInvisibilityOfElementLocated — syntax

context.WaitInvisibilityOfElementLocated by

Returns Boolean: True if the element became absent/hidden within the wait window.

See Also