Skip to content

1.2.10 Compatible with the latest version of iOS-tagent. 兼容最新版本的iOS-Tagent

Compare
Choose a tag to compare
@yimelia yimelia released this 29 Mar 07:56
· 126 commits to master since this release
  1. 兼容最新版本的ios-tagent master 的改动:
    • 新增了一个点击接口、一个滑动接口,速度比appium/wda的接口更快
    • 具体详细改动内容:iOS-Tagent接口改动说明
    • airtest将在检查到当前ios手机使用的是ios-tagent时,调用新增接口,否则调用wda原本的点击和滑动接口
  2. 更新了yosemite.apk,修复了一个小米6手机横屏画面获取错误的问题
  3. airtest的脚本内容支持 if __name__ == "__main__" 的写法了

  1. Compatible with the latest version of ios-tagent master changes:
    • Added a click interface and a sliding interface, which are faster than the appium/wda interface
    • Specific detailed changes: iOS-Tagent interface change description
    • airtest will call the new interface when it checks that the current ios phone is using ios-tagent, otherwise it will call the original click and slide interface of wda
  2. Updated yosemite.apk, and fixed a problem that the horizontal screen image of Mi 6 mobile phone was incorrectly obtained
  3. The script content of airtest supports the writing method of if __name__ == "__main__"