Appium 1.1 版本
Windows/Mac

求解奇怪的问题,用 swipe 操作屏幕滑动报错。。然后换了一台手机跑 Demo 的 AndroidContactsTest 用 swipe 可以。另外的 APK 滑动就报错。selendroid 不能操作滑动么?

debug: Appium request initiated at /wd/hub/session/b2c62fc5-9594-f99b-ffac-a8e7c24ebee5/touc
h/perform
debug: Request received with params: {"actions":[{"action":"press","options":{"y":1500,"x":2
00}},{"action":"wait","options":{"ms":200}},{"action":"moveTo","options":{"y":700,"x":200}},
{"action":"release","options":{}}]}
debug: Proxying command to localhost:8080
info: Making http request with opts: {"url":"http://localhost:8080/wd/hub/session/b2c62fc5-9
594-f99b-ffac-a8e7c24ebee5/touch/perform","method":"POST","json":{"actions":[{"action":"pres
s","options":{"y":1500,"x":200}},{"action":"wait","options":{"ms":200}},{"action":"moveTo","
options":{"y":700,"x":200}},{"action":"release","options":{}}]}}
debug: Proxied response received with status 500: undefined
POST /wd/hub/session/b2c62fc5-9594-f99b-ffac-a8e7c24ebee5/touch/perform 500 45ms
debug: Appium request initiated at /wd/hub/session/b2c62fc5-9594-f99b-ffac-a8e7c24ebee5
debug: Request received with params: {}
info: Shutting down appium session...
info: Stopping selendroid server


↙↙↙阅读原文可查看相关链接,并与作者交流