AirtestProject / Airtest

UI Automation Framework for Games and Apps
http://airtest.netease.com/
Apache License 2.0
8.19k stars 1.29k forks source link

connect_device说明示例错误,通过窗口名称匹配连接,不用单引号 #1219

Open skyfire1997 opened 3 months ago

skyfire1997 commented 3 months ago

描述问题bug 错误示例:connect_device("windows:///?title_re='.explorer.'") 正确示例:connect_device("windows:///?title_re=.explorer.")

相关截图 (贴出遇到问题时的截图内容,如果有的话) (在AirtestIDE里产生的图像和设备相关的问题,请贴一些AirtestIDE控制台黑窗口相关报错信息) image

python 版本: python3.12

airtest 版本: 1.3.4