Created
October 7, 2018 17:09
-
-
Save yunustek/3bbfd3629911b34facffbb34b2b572aa to your computer and use it in GitHub Desktop.
UITest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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