1
0
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:
LmeSzinc
2020-06-17 01:11:24 +08:00
parent 80951f864f
commit 80646b260f
3 changed files with 9 additions and 3 deletions

View File

@@ -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: