记录一下Appium中使用swipe方法时候出现的问题(Appium1.0.0.3版本)
在最初使用Appium1.0.0.3版本的时候,中间在写测试代码的时候,需要用到swipe方法来处理屏幕的滑动效果,代码如下: try { JavascriptExecutor js = (JavascriptExecutor) driver; HashMap swipeObject = new HashMap(); sw