Contents

waitForNonExistence(timeout:)

Waits the specified amount of time for an element to no longer exist.

Declaration

func waitForNonExistence(timeout: TimeInterval) -> Bool

Parameters

  • timeout:

    The time, in seconds, the test allows for the element to become unavailable. The default timeout allows the test to run until it reaches its execution time allowance.

See Also

Querying element state