minor fix

This commit is contained in:
2025-08-29 10:45:46 +08:00
parent 37ef761c07
commit ffb90ca8fb
2 changed files with 3 additions and 3 deletions

View File

@@ -371,7 +371,7 @@ def main(driver: WebDriver):
if not parameters.get('recovery'): raise exception
tell(None, exception, level=1)
# 打开存档
click("li[data-id='default0/Archives'] li.folder:nth-child(1)", condition)
click("li[data-id='virtual/standard'] > .subfolders li:nth-child(6) li.folder:nth-child(1)", condition)
ready(driver)
click("ul[aria-label='List view'] li[data-index='0']", condition)
click("ul.classic-toolbar button[aria-label='More actions']", condition)