无法使用EarlGrey滚动动作滚动

时间:2019-06-26 17:22:58

标签: swift earlgrey

我无法滚动查看表视图的初始状态。当到达一张长桌子的页面时,我尝试使用scrollInDirection()向下滚动,但收到错误消息(cannot scroll, scrollview is already at edge)。如果执行swipeUp()操作然后尝试滚动,则可以使用相同的代码上下滚动。我不知道如何在没有不必要的滑动操作的情况下进行滚动。

要滚动的代码:

EarlGrey.selectElement(with: grey_kindOfClass(UITableView.self)).perform(grey_scrollInDirection(GREYDirection.down, 300))

收到错误:

"NSLocalizedDescription" : "Cannot scroll, the scrollview is already at the edge"

0 个答案:

没有答案