Appium python 里面怎么实现 左右滑动屏幕

martin · 2014年05月20日 · 最后由 唐僧之妈 回复于 2014年05月30日 · 1340 次阅读

使用了 swipe 方法和 js 的方式 都提示同样的错误
An unknown server-side error occurred while processing the command
求大神指教

共收到 3 条回复 时间 点赞

我用 swipe 方法也是提示这个错误

Swipe from one point to another point, for an optional duration.

        :Args:
         - start_x - x-coordinate at which to start
         - start_y - y-coordinate at which to end
         - end_x - x-coordinate at which to stop
         - end_y - y-coordinate at which to stop
         - duration - (optional) time to take the swipe, in ms.

        :Usage:
            driver.swipe(100, 100, 100, 400)
需要 登录 后方可回复, 如果你还没有账号请点击这里 注册