UIAutomation's dragInsideWithOptions has no effect on iOS7 simulator

前端 未结 5 1789
没有蜡笔的小新
没有蜡笔的小新 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:19

    A workaround: if you want to swipe scroll views containing a button on a later page, just simply tap this (invisible) button, it "scrolls to visible" automatic. (Or call this invisible element's scrollToVisible() function.)

提交回复
热议问题