我在 github 发帖,老外已经更新修复。大家下载新版本吧!
据网友说,python2.7 是正常的,我这边 python3.3 就有这个错。
@luis 目前可以了.谢谢! 不过 Display 窗口没有对应的标记,还不如 ADT-SDK 的 uiautomatorviewer.bat 方便.
@vigossjjj Appium 支持 AppleScript 语言?貌似只支持 C#,OC,Java,Python,Ruby?
目前找到解决方案了,详见https://github.com/appium/appium/commit/9515df987fdaadfee73d8ffd47eed43c16a9a2c6
以下是我执行成功的 python 代码片段:
self.driver.execute_script('mobile: swipe', {'touchCount':'1', 'startX':'0', 'startY':'0', 'endX':'266', 'endY':'399', 'duration':'0.8', 'element':element.id})
注意这里的坐标是对象本身的坐标
iOS 系统弹窗点击猜测无力,还在研究中 ... ...