Appium uiviewer图像层次结构错误警告选项卡在截屏后不可见

时间:2017-01-06 12:30:31

标签: appium

我是appium的新手,我已经习惯了,它非常棒。 最近我尝试使用滑动功能。我浏览了“http://www.software-testing-tutorials-automation.com/2015/11/swipe-element-using-touchaction-class.html”网址,但我无法找到确切的两个中间值。在此网址中,它显示两个值为(457,580)。请告诉我如何计算或得到这个。

1 个答案:

答案 0 :(得分:0)

使用它,它会起作用。这些x和y将返回设备的x和y位置坐标。

int x = ds.findElements(By.id(id))。getLocation()。getX();
   int y = ds.findElements(By.id(id))。getLocation()。getY();