Guest User

Untitled

a guest
Jan 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. Attributes: Application, 0x604000198050, pid: 18393, {{0.0, 0.0}, {414.0, 736.0}}, label: 'MyApp'
  2. Element subtree:
  3. →Application, 0x604000198050, pid: 18393, {{0.0, 0.0}, {414.0, 736.0}}, label: 'MyApp'
  4. Window, 0x6000001993d0, Main Window, {{0.0, 0.0}, {414.0, 736.0}}
  5. Other, 0x604000199a50, traits: 8589934592, {{0.0, 0.0}, {414.0, 736.0}}
  6. Other, 0x600000197aa0, traits: 8589934592, {{0.0, 20.0}, {414.0, 56.0}}, identifier: 'MySearchBar'
  7. Image, 0x604000198390, traits: 8589934596, {{0.0, 0.0}, {414.0, 76.0}}
  8. SearchField, 0x60000019a4e0, traits: 146031248384, {{8.0, 30.0}, {398.0, 36.0}}
  9.  
  10. let searchField = XCUIApplication().otherElements["MySearchBar"].searchFields.firstMatch
  11. searchField.tap()
  12. searchField.typeText("Hello")
Add Comment
Please, Sign In to add comment