在uiautomator中滑动到下一页

时间:2015-08-20 08:00:02

标签: android testing uiautomator android-uiautomator

如何在uiautomator应用程序屏幕中滑动到下一页。

我试过了

d.swipe(531,1346,1033,1346,20) 

我更改了last parameter to 20 or 200或任何数字,但似乎没有刷到下一页。

enter image description here

1 个答案:

答案 0 :(得分:3)

您需要从右向左滑动而不是从左向右滑动。

d.swipe(1033,1346,531,1346,20) #steps taken will determine the speed