如何通过在calabash-ios中向上和向下滚动来查找列表中的元素

时间:2015-03-24 11:51:23

标签: scroll automation calabash calabash-ios

我想在列表中找到一个元素,但我在列表的中间,所以我同时向上和向下滚动以查找列表中的元素。 任何人都可以帮助如何同时向上和向下滚动以查找列表中的元素

提前致谢
卡西克

1 个答案:

答案 0 :(得分:0)

如果没有合理的方法来决定它是高还是低,那么可以同时执行这两项操作:

begin
  #scroll up, look and click
rescue
  #scroll down, look and click
  #this will be skipped if the above code finds the element
end