08 2023 档案
摘要:def save_screenshot(self, screenshot_path): """ 截图保存到某个路径 :param screenshot_path: :return: """ self.d.screenshot(screenshot_path) screenshot_path = f"
阅读全文
摘要:由于虚拟环境进行了重新安装,导致wda连接失败 报错原因如下: raise ConnectionError("socket connection broken") ConnectionError: socket connection broken [I 230821 15:29:51 _device
阅读全文