工况类型找不到时在列表循环匹配。

This commit is contained in:
2026-03-05 17:34:46 +08:00
parent e285191149
commit 4cc6a3391f
12 changed files with 17025 additions and 17000 deletions

View File

@@ -170,9 +170,9 @@ class DeviceAutomation(object):
# 实现连续获取断点列表直到两次相同
previous_breakpoint_list = None
current_breakpoint_list = None
max_attempts = 10 # 最大尝试次数
max_attempts = 5 # 最大尝试次数
attempt_count = 0
while True:
while attempt_count < max_attempts:
# 获取当前页面的断点列表
# 从当前页面获取断点列表名称