51Testing软件测试论坛

标题: airtest使用自定义手势报错 [打印本页]

作者: 测试积点老人    时间: 2021-7-13 13:48
标题: airtest使用自定义手势报错
  1. from airtest.core.api import *
  2. from airtest.core.android.minitouch import *
  3. from airtest.core.android.base_touch import *
  4. def switch():
  5.     init_device()
  6.     connect_device("Android:///b5978261?cap_method=javacap&touch_method=adb")
  7.     a_event = [DownEvent([49, 173]), SleepEvent(2), UpEvent(0)]
  8.     device().minitouch.perform(a_event)

  9. def get_info():
  10.     os.system('adb  shell getprop ro.product.model')  # 手机型号
  11.     os.system('adb  shell wm size')  # 分辨率
  12.     os.system('adb  shell getprop ro.build.version.release')  # 版本

  13. if __name__ == '__main__':
  14.     get_info()
  15.     switch()
复制代码
[attach]133062[/attach]

作者: qqq911    时间: 2021-7-14 10:30
用最新版本试试
作者: bellas    时间: 2021-7-14 10:49
参考下这个链接https://blog.csdn.net/weixin_43966315/article/details/95773978
作者: 海海豚    时间: 2021-7-14 13:44
超时了
作者: 郭小贱    时间: 2021-7-14 15:07
airtest到是听过,不过没实际操作使用过,学习下。
作者: litingting0214    时间: 2021-7-14 16:46
https://blog.csdn.net/weixin_43966315/article/details/95773978 参考下




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2