调整项目结构

This commit is contained in:
zw
2025-08-05 15:41:20 +08:00
parent aaf371a001
commit 1007415212
7 changed files with 135 additions and 254 deletions

View File

@@ -73,8 +73,9 @@ class Deviceinfo(object):
def connectDevice(self, identifier):
d = wda.USBClient(identifier, 8100)
d.app_start(WdaAppBundleId)
time.sleep(2)
d.app_start(tikTokApp)
d.home()
# time.sleep(2)
# d.app_start(tikTokApp)
target = self.relayDeviceScreenPort()
self.pidList.append({
"target": target,