51Testing软件测试论坛
标题:
airtest使用自定义手势报错
[打印本页]
作者:
测试积点老人
时间:
2021-7-13 13:48
标题:
airtest使用自定义手势报错
from airtest.core.api import *
from airtest.core.android.minitouch import *
from airtest.core.android.base_touch import *
def switch():
init_device()
connect_device("Android:///b5978261?cap_method=javacap&touch_method=adb")
a_event = [DownEvent([49, 173]), SleepEvent(2), UpEvent(0)]
device().minitouch.perform(a_event)
def get_info():
os.system('adb shell getprop ro.product.model') # 手机型号
os.system('adb shell wm size') # 分辨率
os.system('adb shell getprop ro.build.version.release') # 版本
if __name__ == '__main__':
get_info()
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