2017年10月9日

使用Swipe()实现app引导页的左右滑动功能;

摘要: #Swipe的使用 Appium滑动API:Swipe(int start x,int start y,int ent x,int y,duration)解释:int start x-开始滑动的x坐标,int start y-开始滑动的Y坐标int end x-结束点x坐标int end y-结束点 阅读全文

posted @ 2017-10-09 10:54 小奋斗 阅读(3839) 评论(0) 推荐(1)

如何解决安卓运行自动化脚本时提示安装Unlock,Setting问题。

摘要: appium版本1.4.16.1 python版本2.7.13 在appium的根目录下: \\AppiumForWindows-0.18.0\Appium\node_modules\appium\lib\doctor\android.js 打开android.js文件按照下边注释对应如下代码即可: 阅读全文

posted @ 2017-10-09 10:34 小奋斗 阅读(465) 评论(0) 推荐(0)

导航