我无法滚动查看表视图的初始状态。当到达一张长桌子的页面时,我尝试使用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"