• @chengaomin 在写 case,遇到了同样的问题,你的后来解决了吗?我想循环跑 case,先跑了一个 loop,然后 quit 了,再去启动循环跑时就出现了这个错误。

  • 程序引导页(向左滑动) at 2015年06月11日

    @chenhengjie123 谢啦,查到了。现在是直接这样用了 wd.swipe(320, 300, 30, 300, 8000),踩了一个坑。但是现在这样,有时能划过去,有时划不过去

  • 程序引导页(向左滑动) at 2015年06月11日

    @chenhengjie123 你好,请教下关于引导页划屏的问题。我的是在 python 中执行 wd.execute_script("mobile: swipe", {"touchCount": 1,"startX": 350, "startY": 325, "endX": 10, "endY": 325, "duration": 0.5 }) 时总是报错:selenium.common.exceptions.WebDriverException: Message: Not yet implemented. Please help us: http://appium.io/get-involved.html。其中 wd = webdriver.Remote('http://localhost:4723/wd/hub', desired_caps) , 调试了很久,一直划屏不了啊啊,问题出在哪里啊? thank you

  • python 中执行 wd.execute_script("mobile: swipe", {"touchCount": 1,"startX": 350, "startY": 325, "endX": 10, "endY": 325, "duration": 0.5 }) 总是报错:selenium.common.exceptions.WebDriverException: Message: Not yet implemented. Please help us: http://appium.io/get-involved.html 。 已经想尽各种办法,就是划屏不了。求助。