Skip to content

Instantly share code, notes, and snippets.

@yunustek
Created October 7, 2018 17:09
Show Gist options
  • Save yunustek/3bbfd3629911b34facffbb34b2b572aa to your computer and use it in GitHub Desktop.
Save yunustek/3bbfd3629911b34facffbb34b2b572aa to your computer and use it in GitHub Desktop.
UITest
app.buttons["nameButton"].tap()
// Bir metin alanına text eklemek de benzer şekildedir:
let textField = app.textFields["Username"]
textField.tap()
textField.typeText("<text to write>")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment