android 4.1.1
我使用 appium 的 swipe 操作报错如下:
debug: [SELENDROID] Selendroid started on port 8080
info: --> POST /wd/hub/session/87f2816b-1c7a-947d-2d08-8b36254aa670/execute {"ar
gs":[{"duration":100,"startX":550,"startY":200,"endX":90,"endY":200}],"script":"
mobile: swipe"}
debug: Appium request initiated at /wd/hub/session/87f2816b-1c7a-947d-2d08-8b362
54aa670/execute
debug: Request received with params: {"args":[{"duration":100,"startX":550,"star
tY":200,"endX":90,"endY":200}],"script":"mobile: swipe"}
debug: Responding to client with error: {"status":9,"value":{"message":"The requ
ested resource could not be found, or a request was received using an HTTP metho
d that is not supported by the mapped resource. (Original error: That device doe
sn't know how to respond to 'mobile: 'swipe--it's probably not using Appium's AP
I)","origValue":"That device doesn't know how to respond to 'mobile: 'swipe--it'
s probably not using Appium's API"},"sessionId":"87f2816b-1c7a-947d-2d08-8b36254
aa670"}
info: <-- POST /wd/hub/session/87f2816b-1c7a-947d-2d08-8b36254aa670/execute 500
8.477 ms - 447
info: --> DELETE /wd/hub/session/87f2816b-1c7a-947d-2d08-8b36254aa670 {}
debug: Appium request initiated at /wd/hub/session/87f2816b-1c7a-947d-2d08-8b362
54aa670
debug: Request received with params: {}
info: Shutting down appium session
debug: Stopping selendroid server
请问:4.1 版本该怎样进行滑动??