Since I use Xcode 5 and the new iOS 7 simulator to run UIAutomation tests with Instruments, dragInsideWithOptions and dragFromToForDuration functio
dragInsideWithOptions
dragFromToForDuration
Another workaround: If you have a page control associated with your scroll view, use:
pageIndicator = UIATarget.localTarget().frontMostApp().mainWindow().pageIndicators()[0]; pageIndicator.selectPage(1);