AirtestProject / Airtest

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

纯py脚本执行,偶现touch执行后,没有在模拟器进行点击操作,也没有报错 #1224

Open wangyongfu1 opened 4 months ago

wangyongfu1 commented 4 months ago

问题描述

纯py脚本执行,偶现touch执行后,没有在模拟器进行点击操作,也没有报错,正常需要在12:30进行一次坐标点击,点击执行了26分钟返回结果

相关截图 代码 image 设备连接方式 image 日志 image image

python 版本:python3.9 airtest 版本:1.3.3 设备:

cauchy733 commented 4 months ago

这是正常现象 套接字连接本身就有意外断开的可能。这不是airtest能控制的。你可以在你的脚本中加上重试机制