修复bug

This commit is contained in:
2025-10-28 15:09:36 +08:00
parent 2254284625
commit 2ad53eb1db
7 changed files with 140 additions and 100 deletions

View File

@@ -556,6 +556,7 @@ class ScriptManager():
return
else:
print(f"找不到输入框")
raise Exception("找不到输入框")
input = session.xpath('//XCUIElementTypeSearchField')
if input.exists: