Skip to content

Instantly share code, notes, and snippets.

@tranhieutt
Created May 10, 2018 07:04
Show Gist options
  • Save tranhieutt/48b66cbe58c9a79c6c61f8f9473211e3 to your computer and use it in GitHub Desktop.
Save tranhieutt/48b66cbe58c9a79c6c61f8f9473211e3 to your computer and use it in GitHub Desktop.
waitForExistence
let textField = app.textFields[""input user name textField.tap()
textField.typeText("abc")
app.buttons["start"].tap()
let querry = app.otherElements["identifier_any_uicontroll"]
if querry.waitForExistence(timeout: timeOut)
{
//do something else
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment