I am using XCode 7.0 and iPod with iOS 9.0. I have the following line is not working where i am trying to slide the slider:
XCUIApplication().sliders.elementBoundByIndex(0).adjustToNormalizedSliderPosition(0.75)
I also tried:
XCUIApplication().sliders["50%"].swipeRight()
None of them does not slide the slider. Any idea why?
Thanks