Skip to main content

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: 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.

Returns#

  • boolean true if expectation fulfills