ToBeTree
ToBeTree
``` Exception in thread [I 211128 22:49:02 _device:1085] xctrunner quited run出现异常,重启wda ('Connection aborted.', MuxConnectError('device port:8100 is not ready')) Exception in thread listen: Traceback (most recent call last): File "/Users/xxxx/.virtualenvs/autotest/lib/python3.8/site-packages/urllib3/connectionpool.py", line...
录屏会导致webdriverAgent连接断开,我尝试用先启动录屏,但是不开始读取流数据,等wda server启动之后的方式解决这个问题,但是在等待wda server启动后在读取流时会报错`WARNING: [Errno 60] Operation timed out`,无法正常读取流 ``` def writeStream(self): """ 异步写入线程 :return: """ while True: try: data = self.device.read(self.inEndpoint, 1024 * 1024, 3000) self.byteStream.put(data) except Exception as E:...
执行命令 ioscreen -u=xxxxx record -h264File=test1.h264 -wavFile=test2.wav 设备型号:iPhone 12 设备系统:14.1 效果如下视频 https://user-images.githubusercontent.com/12739697/130032815-de58a1d1-0175-49c4-9830-333f95271d68.MP4