随笔分类 -  airtest

airtest生成单号
摘要:# -*- encoding=utf8 -*-__author__ = "antony" from airtest.core.api import * auto_setup(__file__)unique_number = 200 #起始单号for i in range(100):#生成单号的个数 阅读全文

posted @ 2022-07-30 08:28 sunny_2016 阅读(22) 评论(0) 推荐(0)

解决airtest在真机上text无法输入英文及中文
摘要:1.打开开发者工具的相关设置,参考官方文档:http://airtest.netease.com/docs/docs_AirtestIDE-zh_CN/9_faq/2_android_faq.html#id72.手动安装Yosemite.apk,app位置:airtestIDE目录:参考:D:\Ai 阅读全文

posted @ 2020-04-09 17:30 sunny_2016 阅读(2688) 评论(0) 推荐(0)

导航