Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. let app = XCUIApplication()
  2. app.otherElements.containing(.pageIndicator, identifier:"page 1 of 4").children(matching: .other).element.children(matching: .other).element.children(matching: .other).element.swipeLeft()
  3.  
  4. let element = app.otherElements.containing(.pageIndicator, identifier:"page 2 of 4").children(matching: .other).element.children(matching: .other).element.children(matching: .other).element
  5. element.swipeLeft()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement