mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 14:27:00 +08:00
Fix: Infinite click on switch when switch is unknown
- Increase ui retry interval for potato device
This commit is contained in:
@@ -17,7 +17,7 @@ class UI(ModuleBase):
|
||||
"""
|
||||
return self.appear(page.check_button, offset=(20, 20))
|
||||
|
||||
def ui_click(self, click_button, check_button, appear_button=None, offset=(20, 20), retry_wait=3,
|
||||
def ui_click(self, click_button, check_button, appear_button=None, offset=(20, 20), retry_wait=10,
|
||||
skip_first_screenshot=False):
|
||||
"""
|
||||
Args:
|
||||
|
||||
Reference in New Issue
Block a user