使用python+appium实现手机屏幕滑动(swipe)

这里我们使用到的函数是swipe 语法: Swipe(int start x,int start y,int end x,int y,duration) 解释:int start x-开始滑动的x坐标,   int start y -开始滑动的y坐标。    int end x -结束点x坐标,    int end y -结束点y坐标。    duration 滑动时间(默认5毫秒) 给swip
相关文章
相关标签/搜索