最全Airtest接口功能介绍和示例总结,新手同学千万不能错过呀!(一)·测试之家

不知道同学们会不会有这样的烦恼:鼓起动力写脚本的时候,却发现官方文档的内容太零散,总是找不到自己想要的功能介绍;小白刚入门,还不会看源码,常常面对一大堆陌生的接口根本无处下手。

作为万能的官方小助手,肯定要想办法把各种常用的接口给新手同学整得明明白白!接下来我们会连载几期的推文,尽量把Airtest和poco的各种API和设置给新手同学讲清楚,另外每一个API和设置,我们都会附上示例方便同学们模仿学习。(Airtest老司机可以自动跳过啦,或者先收藏起来以后可以查漏补缺用)

今天我们就先给同学们安排上Airtest绝大部分API的功能和用法示例,包含以下4个方面:

自动配置运行环境的接口,可以配置当前脚本所在路径、使用的设备、log内容的保存路径、项目根目录和截图压缩精度:

auto_setup(basedir=None,devices=None,logdir=None,project_root=None,compress=None)新建.air脚本时,会自动插入这个脚本初始化接口:

图中的auto_setup接口表示,当前脚本所在路径为变量__file__,并且尝试连接第一台安卓设备。(不填入设备参数的情况下,都是尝试连接第一台安卓设备)。

接口的其它示例:

在IDE新建.py脚本时,会自动在脚本中插入如下的初始化接口:

上面这段代码的意思是说,当使用pythonxx.py来运行本文件,且不带任何命令行参数时,则ifnotcli_setup()的判断成立,自动使用auto_setup这个接口来对运行环境进行初始化。这样只需要在写.py脚本时,在auto_setup()里填写好指定的参数就能直接用pythonxx.py指令来运行脚本了。

连接设备的接口,需要传入用于初始化设备的URI字符串,示例:

初始化设备的接口,需要传入设备平台、设备的uuid和可选参数等,其中uuid为,Android的序列号,Windows的窗口句柄,或iOS的uuid:

init_device(platform='Android',uuid=None,**kwargs)接口使用示例:

返回当前正在使用中的设备实例,用法示例如下:

dev=device()dev.swipe_along([[959,418],[1157,564],[1044,824],[751,638],[945,415]])4)设置当前设备:set_current()设置当前的使用设备,可以用于在多设备之间切换使用,示例如下:

在设备上启动目标应用,需传入应用的包名,支持Android和iOS平台,示例:

在设备上终止目标应用的运行,需传入应用的包名,支持Android和iOS平台,示例:

清理设备上的目标应用数据,需传入应用的包名,仅支持Android平台,示例:

clear_app("com.netease.cloudmusic")4)安装应用:install()安装应用到设备上,需传入完整的apk的安装路径,仅支持Android平台,示例:

卸载设备上的应用,需传入被卸载应用的包名,仅支持Android平台,示例:

对目标设备进行一次截图,并且保存到文件中,可以传入截图文件名、截图的简短描述、截图压缩精度和截图最大尺寸,示例如下:

在设备上进行点击操作,可以传入点击位置、点击次数等参数,不同平台下的可选参数稍有不同,示例如下:

#传入绝对坐标作为点击位置touch([100,100])#传入Template图片实例,点击截图中心位置touch(Template(r"tpl1606730579419.png",target_pos=5,record_pos=(-0.119,-0.042),resolution=(1080,1920)))#点击2次touch([100,100],times=2)#Android和Windows平台下,可以设置点击时长touch([100,100],duration=2)

在设备上进行滑动操作,有2种传参方式,一种是传入滑动的起点和终点,一种是传入滑动的起点和滑动方向vector,示例如下:

#传入绝对坐标作为滑动的起点和终点swipe([378,1460],[408,892])#传入图像作为起点,沿着某个方向滑动swipe(Template(r"tpl1606814865574.png",record_pos=(-0.322,0.412),resolution=(1080,1920)),vector=[-0.0316,-0.3311])#常见的还可以设置滑动的持续时长swipe([378,1460],[408,892],duration=1)

在设备上输入文本,文本框需要处于激活状态(即先点击文本框,再使用text()接口进行输入)。示例如下:

deftest():print("未等待到目标")wait(Template(r"tpl1606821804906.png",record_pos=(-0.036,-0.189),resolution=(1080,1920)),timeout=120,interval=3,intervalfunc=test)

检查当前设备画面上是否存在目标截图,常和判断语句一起使用,示例:

ifexists(Template(r"tpl1606822430589.png",record_pos=(-0.006,0.069),resolution=(1080,1920)))touch(Template(r"tpl1606822430589.png",record_pos=(-0.006,0.073),resolution=(1080,1920)))

在设备屏幕上查找所有出现的目标并返回其坐标列表,示例:

a=find_all(Template(r"tpl1606822767366.png",record_pos=(-0.034,-0.184),resolution=(1080,1920)))print("************************")print(str(a))

在设备上执行keyevent按键事件,不同平台下支持的keyevent差别比较大,请同学们按照具体平台的支持情况来使用,常用的keyevent如下:

唤醒并解锁目标设备,仅支持安卓平台,并且在部分品牌手机上可能无法生效,示例:

THE END
1.Airconnectairconnect features We are engaged in providing services like Broadband, Internet leased line, Wi-Fi and FTTH solutions. Our Wi-Fi network offers connectivity at more than 1000 Wi-Fi hotspots in Coimbatore across major hotels, educational institutes and cafes. We not only offer you achttps://www.airconnectindia.com/
2.AppleConnect登录AppleConnect 登录 登录AIDE 账户名称 密码 忘记了密码?http://diagnostics.apple.com/
3.初一初二成绩差,初三还能逆袭吗?做到这几点就有机会冲上去补课http://airtrack.com.cn http://atheros.com.cn http://cunigo.cn http://qqfya.cn http://sougouyou.cn http://phosctech.com.cn http://ehuatuo.com.cn http://auto-pro-force.cn http://tradecar.com.cn 成绩差的,那肯定是有弱科,而且还不止一科,所以你得从你最弱的那一科开始学起。如https://www.163.com/dy/article/JJ3EH0M60556B18Y.html
4.TopMobileMeasurementPartners(MMP)(2024)9. Airbridge Airbridgeis a mobile measurement platform that offers a range of optimization solutions and provides excellent customer support to its clients, with a dedicated customer success team available to answer questions and provide guidance. https://www.businessofapps.com/marketplace/app-analytics/mobile-measurement-partners
5.福祿克網絡AirCheck?新品發布會暨渠道招募會美國福祿克網絡公司於2010年6月10日成功在京舉辦福祿克網絡AirCheck? 新品發布會暨渠道招募會。 會上,福祿克網絡公司隆重向大家推出一款新的手持儀表 ——AirCheck?無線一點通,它采用直觀的設計,即時開機和簡化的測試讓WiFi故障處理變得簡單;它能針對常見的WiFi網絡問題,如,無線連接不上、網絡速度慢、非法接入點等http://www.testcenter.net.cn/zh-tw/testcenter_Affiche_331983.html
6.airfit壁挂炉400售后服务维修中心《2025汇总》airfit壁挂炉24小时服务电话是:400-889-3660(点击咨询) airfit壁挂炉全国售后服务电话号码2025已更新(2025已更新) airfit壁挂炉24小时服务电话是:400-889-3660(点击咨询) airfit壁挂炉400售后服务维修中心《2025汇总》(2025更新) airfit壁挂炉售后服务电话:400-889-3660(点击咨询) 24小时人工、线下专业全国及各https://mip.dmsftdk.cn/postss/38lIsz94.html
7.CustomerExperiencePlatformAirshipWith Journeys AI, you can tap into the power of Generative AI to quickly and easily generate journeys that connect web + app experiences. Why it Matters “I’ve relied on Airship Journeys for years to drive our critical business KPIs. Now, Airship Journeys AI can automatically generate bothhttps://urbanairship.com/
8.AirConnect很多无尾熊philippe44/AirConnect: Use AirPlay to stream to UPnP/Sonos & Chromecast devices (github.com)https://www.cnblogs.com/gnz48/p/17008443.html
9.AirServerConnectAirPlay + Google Cast + Miracast. AirServer Connect can transform a simple big screen or a projector into a universal screen mirroring receiver.https://www.airserver.com/
10.LoPairCulturalExchange:EnrichingCrossFor over a decade, LoPair offers Au Pair China, EduCare, Homestay Tutor, Online Tutor, Virtual Assistant among other exchange programs.https://www.lopair.cn/
11.153922TPGOpenAir开始使用 Pantone Connect 用数字数据解锁超过15,000种Pantone颜色,并在工作流程中向每个人传达你的愿景。 彩通15-3922 TPGOpen Air可以在下列彩通产品内找到: Swatch Card 15-3922TPG Page:15-3922TPG ¥ 112.00 Learn More > FHI色彩指南 + Dualities扩展包 https://www.pantonecn.com/connect/15-3922-TPG
12.peerjs官网:SimplepeertoWhere peers connect and data channels easily.https://peerjs.com/
13.HongKongTradeDevelopmentCouncil(HKTDC)Helps Hong Kong business connect to a world of opportunities – linking you to the Chinese mainland, Asia and beyond through our network of 50 offices worldwide.https://www.hktdc.com/
14.如何把小爱音箱升级为AirPlay音箱?AirConnect项目,它可以跨平台使用,安装后同一局域网下的所有 UPnP/DLNA 和 Chromecast 音频设备都将具备 AirPlay 功能。 官网介绍: AirConnect: Send audio to UPnP/Sonos/Chromecast players using AirPlay Use these applications to add AirPlay capabilities to Chromecast and UPnP (like Sonos) players, to makhttps://www.jianshu.com/p/2db4e427a1b5
15.AndBeyond.Book,Track,ManageShipmentsAlaskaAirCargoWe're proud to announce Hawaiian Air Cargo has joined Alaska Air Cargo. With roots in two states uniquely reliant on air freight, our teams Pet Connect? Our Pet Connect? animal travel service provides quality care when transporting your live animals such as dogs, cats, birds andhttps://www.alaskacargo.com/
16.AirBird?AirBird?Meet the AirBird? Family The AirBird? is available in 2 models: AirBird? & AirBird? CONNECT. Which AirBird should you buy for your use? The AirBird? is a stand-alone product alerting you with light & sound signals to bring fresh air into your home AirBird? CONNECT http://www.getairbird.com/
17.airconnect官网Use these applications to add AirPlay capabilities to Chromecast and UPnP (like Sonos) players, to make them appear as AirPlay devices. AirConnect can run on any machine that has access to your local network (Windows, MacOS x86 and arm64, Linux x86, x86_64, arm, aarch64, sparc, mipshttps://github.com/philippe44/AirConnect
18.learnmoreaboutpcconnect登录同一账号且足够靠近,即可在手机和平板或电脑之间自动建立连接,立享跨屏互联功能。 也可在平板和电脑上手动连接附近手机以使用跨屏互联。 *需将手机、平板升级至 ColorOS 13.1 或以上版本,电脑客户端更新至 PC_Connect_3.3.5.0070 以上版本 无缝应用接力 https://connect.oppo.com/
19.IQAirFirstinAirQualityUzbekistan Tashkent Vietnam Can ThoDa NangHaiphongHanoi Connect With IQAir Sign up for our newsletter Emailhttps://www.iqair.com/
20.AirForceConsidering an exciting career in the Air Force? Discover our story, our people, our locations, priority role, training and the Air Force Reserves.http://airforce.defencejobs.gov.au/
21.FreshAir:NPRHear the Fresh Air program for Dec 16, 2024http://freshair.npr.org/
22.meeaudioconnectairinAir Pro: 2-in-1 Travel Adapter Hybrid Wired & Wireless for Kids Personalize and Design Your Own HD Wireless Sound for Your Travels Shop Connect Air Page 1Page 2Page 3Page 4Page 5 Best Sellers Connect for TV Headphones for Kids Truly Wireless Headphones http://www.meeaudio.com/
23.andservicesforindustryandhealthcareAirLiquideOur 66,300 employees in 60 countries serve more than 4 million customers and patients Air Liquide in brief Inventing a sustainable future. Learn more Air Liquide worldwide We are present in 60 countries Connect with Air Liquide in your locationhttp://airliquide.com/
24.ESD二极管中的Contact和Air参数腾讯云开发者社区根据IEC61000-4-2【2】定义,Contact和Air参数为,对受试设备通过ESD二极管进行静电放电,所施加的不使ESD损坏的电压。 Connect 其中Connect是直接接触放电。 Air 其中Air是直接空气放电。如下图所示为不同等级的元器件,需要通过直接接触放电和直接空气放电所需要施加的电压。 https://cloud.tencent.com/developer/news/1628043
25.LoginAirDroidWebYour Android, on the Web. Manage your Android from a web browser, all over the air.http://web.airdroid.com/
26.AirConditionerManufacturer,DIYAirConditioner,OutdoorAir Conditioner Supplier, DIY Air Conditioner, Outdoor Air Conditioner Manufacturers/ Suppliers - FOSHAN ARCTICKOOL TECH CO., Ltdhttps://arctickool.en.made-in-china.com/
27.iataThe International Air Transport Association (IATA) represents and serves airlines with advocacy and global standards for safety, security, efficiency and sustainability.http://www.iata.org/
28.Airdrop.comTo earn rewards from "Tasker" airdrops, complete the steps and start earning! Complete onboarding and start earning 0 of 3 completed Sign up or login to continue You need your account logged in to start completing airdrop tasks Connect Twitter account http://www.airdrop.com/
29.AirserverConnect2AirServer Connect 2 的尺寸是上一代设备的四分之一,功耗更低,同时提供相同的卓越性能,并提供多个低延迟屏幕镜像和媒体会话。 新功能包括支持 DRM 的应用程序投射、数字标牌、本地流媒体和云管理。 了解更多 从头开始重新设计 新的可定制用户界面简化了入门过程,并为初次使用的用户提供了说明。 https://www.easynuc.com/airserver-2
30.AircargotrackingtrackThe air cargo tracking page lets you track air cargo for 235 airlines. A track-trace service.https://www.track-trace.com/aircargo/
31.ECPlazaSAFETY AIR CUSHION-FAN TYPE $1,000.00 - $5,000.00 1 Sets(MOQ) Add to Favorites Contact Now backpacking water purify straws hiking camping survival mini water filter straw $3.70 - $4.00 5 Units(MOQ) Add to Favorites Contact Now NEC VersaPro Laptop PC-VK23T i5-6200U/4Gb/hdd500Gb http://ecplaza.net/
32.AmericanAirlines美国航空机票预订和航班查询服务At American Airlines you'll find great travel deals, discount flight tickets, and AAdvantage bonus airline mile offershttps://www.aa.com/
33.AirIndia:BookDomestic&InternationalNonBook Air India flight tickets online for domestic & international travel. Fly non-stop with Air India. Get the best fares and deals online. Book Now!https://www.airvistara.com/
34.AIROC?WiFi+蓝牙?Combo二合一解决方案AIROC? Wi-Fi + 蓝牙? Combo二合一解决方案-英飞凌(Infineon)官网 子类别 Wi-Fi 6/6E (802.11ax) Wi-Fi 5 (802.11ac) Wi-Fi 4 (802.11n) 英飞凌AIROC Wi-Fi及与二合一产品系列,是集IEEE 802.11a/b/g/n/ac/ax Wi-Fi和蓝牙 5.4于一体的单芯片解决方案,可助力实现外形小巧的物联网应用设计。https://www.infineon.com/cms/cn/product/wireless-connectivity/airoc-wi-fi-plus-bluetooth-combos/cyw4334wkubgt/
35.FlightstoEurope,IcelandandGreenlandIcelandairUSIcelandair offers flights to Europe, Iceland and Greenland from the USA. Book a flight ticket or explore our range of tours and vacation packages. Secure now!https://www.icelandair.com/
36.samsungconnecthomesamsungsingaporeSee what’s going on in your home in an instant. Life gets better, the more you connect SmartThings connects your devices to make it easier Air conditioner Robot vacuum cleaner Quick Remote Control devices seamlessly Now you can use your phone as a remote when you approach your devices.https://www.samsung.com/sg/smarthome/
37.TraintravelinThailandTraintimes&ticketsBangkoktoAllow plenty of time to catch your train, for example I'd leave Phuket on the 11:00 or 12:00 minivan departure to connect with train 86, or the 13:00 or 14:00 minivan departure to connect with train 84. The Phantip Travel website is www.phantiptravel.com.Stephttps://www.seat61.com/Thailand.htm
38.airplaysettingsoniphoneConnect Wirelessly via AirPlay. AirPlay not working / enabled. AirPlay allows you to wirelessly cast audio or video from your iPhone, iPad, or Mac to an Apple TV or an AirPlay 2-compatible smart TV, as long as your device is a?| Step 3: Swipe up from the bottom of the http://www.jinmagas.net/snwih/airplay-settings-on-iphone
39.IFIairDAC官网已发布,ZENonesignatureDAC海外已开卖。The all-in-one audio streamer with TIDAL Connect, Hi-Res Audio, AirPlay 2, and wireless multihttp://bbs.erji.net/forum.php?mod=viewthread&tid=2258364