perf: 修复 Chrome 执行脚本失败,页面卡在进度条界面的问题

This commit is contained in:
Eric
2023-08-16 16:18:53 +08:00
committed by Bryan
parent d02cbcc3a3
commit 8f10b84e94
4 changed files with 10 additions and 3 deletions

View File

@@ -121,7 +121,6 @@ def execute_action(driver: webdriver.Chrome, step: StepAction) -> bool:
return step.execute(driver)
except Exception as e:
print(e)
notify_err_message(str(e))
return False