Contents

waitForExistence(timeout:)

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

Declaration

func waitForExistence(timeout: TimeInterval) -> Bool

Discussion

Returns false if the timeout expires while the element’s exists property equals false.

See Also

Querying element state