Skip to main content

untilAllInvisible

Waits until all the given elements become invisible. It work for elements that stay on page but get invisible/hidden.

note

To wait for an element to be removed from page use untilRemoved. To wait for an element to go stale use untilStale

untilAllInvisible(elemId, elemId, ...)

Uses Element access timeout.

Parameters#

  • elemId: The target element

Returns#

  • list of given elements themselves