Skip to content

Instantly share code, notes, and snippets.

@seyitcodeit
Last active December 24, 2020 08:59
Show Gist options
  • Save seyitcodeit/1ca60f170dffcb87644fb68fd204c8cd to your computer and use it in GitHub Desktop.
Save seyitcodeit/1ca60f170dffcb87644fb68fd204c8cd to your computer and use it in GitHub Desktop.
Xcode Tests Coordinate Shooting
//username typing..
let textFieldVector = CGVector(dx: 247, dy: 436)
let textFieldCoordinate = app.coordinate(withNormalizedOffset: .zero).withOffset(textFieldVector)
textFieldCoordinate.tap()
app.typeText("your salesforce username")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment