1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 00:28:20 +08:00

Fix: TooManyClickError when selecting equipments

This commit is contained in:
LmeSzinc
2022-08-25 00:24:26 +08:00
parent d90e73286f
commit bf856760a3
2 changed files with 3 additions and 0 deletions

View File

@@ -118,9 +118,11 @@ class StorageUI(UI):
self.interval_clear(STORAGE_CHECK)
def _equipment_filter_enter(self):
self.interval_clear(EQUIPMENT_FILTER)
self.ui_click(EQUIPMENT_FILTER, check_button=EQUIPMENT_FILTER_CONFIRM, skip_first_screenshot=True)
def _equipment_filter_confirm(self):
self.interval_clear(EQUIPMENT_FILTER_CONFIRM)
self.ui_click(EQUIPMENT_FILTER_CONFIRM, check_button=STORAGE_CHECK, skip_first_screenshot=True)
self._wait_until_storage_stable()