1
1
mirror of https://github.com/KenanZhu/AutoLibrary.git synced 2026-06-18 15:33:03 +08:00

fix(operators): the operations's result message only show in their output queue

This commit is contained in:
2025-11-28 14:58:13 +08:00
parent 703ee527ae
commit 0322558339
3 changed files with 11 additions and 6 deletions
+4
View File
@@ -674,4 +674,8 @@ class LibReserve(LibOperator):
self._showTrace(f"预约提交失败 !")
if not submit_reserve and have_hover_on_page:
self.__driver.refresh()
if reserve_success:
self._showTrace(f"用户 {reserve_info['username']} 预约成功 !")
else:
self._showTrace(f"用户 {reserve_info['username']} 预约失败 !")
return reserve_success