UIAutomation's dragInsideWithOptions has no effect on iOS7 simulator

前端 未结 5 1791
没有蜡笔的小新
没有蜡笔的小新 2020-12-09 12:57

Since I use Xcode 5 and the new iOS 7 simulator to run UIAutomation tests with Instruments, dragInsideWithOptions and dragFromToForDuration functio

5条回答
  •  鱼传尺愫
    2020-12-09 13:21

    same issue here.

    More than that, the documentation is missing for new iOS7 for everything related to UI Automation

    https://developer.apple.com/library/prerelease/ios/documentation/ToolsLanguages/Reference/UIAElementClassReference/UIAElement/UIAElement.html

    Compare it with current doc, with full method list and description.

    https://developer.apple.com/library/ios/documentation/ToolsLanguages/Reference/UIAElementClassReference/UIAElement/UIAElement.html

提交回复
热议问题