untilRemoved
See Waiting for an element to be removed and untilStale vs untilRemoved. Waits until the element found by the given selector is removed from the page.
untilRemoved(using, by)
# Or
untilRemoved(elemId, using, by)
Uses Element access timeout.
#
Parametersusing
:string
selector used to search the element. See details of using.by
:by
constant. The type of selector. See details of by.elemId
: Element that must be the parent of the desired element. Search for the element starts from here.
#
Returnsboolean
true
if expectation fulfills