untilInvisible
Waits until the given element becomes invisible. It works for elements that stay on page but gets 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
untilInvisible(elemId)
Uses Element access timeout.
#
ParameterselemId
: The target element
#
Returns- The given element itself