Can't swipe the slider

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

Please file a bug report (using the Report Bugs link at the bottom of this page). Preferably with a sample projects that can show the problem in action. Thanks!

22899133 has been created.

Thanks!

Can't swipe the slider
 
 
Q