waitForExistence(timeout:)
Waits the specified amount of time for an element to exist.
Declaration
func waitForExistence(timeout: TimeInterval) -> BoolDiscussion
Returns false if the timeout expires while the element’s exists property equals false.
Waits the specified amount of time for an element to exist.
func waitForExistence(timeout: TimeInterval) -> BoolReturns false if the timeout expires while the element’s exists property equals false.