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:
@@ -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
|
||||
Reference in New Issue
Block a user