ai 开始测试

This commit is contained in:
2025-09-01 21:51:36 +08:00
parent e20d81144d
commit 8317470fb5
7 changed files with 416 additions and 322 deletions

View File

@@ -126,6 +126,7 @@ class Deviceinfo(object):
# ----------------------------
def connectDevice(self, identifier: str):
# 1) 连接 WDAUSBClient -> 设备 8100
try:
d = wda.USBClient(identifier, 8100)
LogManager.info("启动 WDA 成功", identifier)