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.
Parameters#
using:stringselector used to search the element. See details of using.by:byconstant. 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.
Returns#
booleantrueif expectation fulfills