MCPcopy Create free account
hub / github.com/a943512/PyAibote / EndShowWait

Method EndShowWait

PyAibote/WebBotModel/WebLoadWait.py:75–83  ·  view source on GitHub ↗

进行隐式等待和显示等待模式的切换 Switch between implicit waiting and display waiting modes.

(self)

Source from the content-addressed store, hash-verified

73 self.Implicit_Waiting_Throwing = ThrowException
74
75 def EndShowWait(self):
76 """
77 进行隐式等待和显示等待模式的切换
78 Switch between implicit waiting and display waiting modes.
79 """
80 self.debug(rf"---- Finish the display waiting mode")
81 self.Implicit_Waiting = self.Show_Waiting
82 self.Implicit_Waiting_Frequency = self.Show_Waiting_Frequency
83 self.Implicit_Waiting_Throwing = self.Show_Waiting_Throwing

Callers 1

script_mainMethod · 0.45

Calls 1

debugMethod · 0.45

Tested by 1

script_mainMethod · 0.36