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

Fix: Skip zone type select if zone has no options

- Fix: Handle port enter animation
- Fix: Ensure _get_map_outside_button have a return
This commit is contained in:
LmeSzinc
2021-04-06 21:29:25 +08:00
parent 1440f26058
commit 41dad3a072
3 changed files with 24 additions and 11 deletions

View File

@@ -17,6 +17,9 @@ class PortHandler(UI):
out: PORT_CHECK
"""
self.ui_click(PORT_ENTER, check_button=PORT_CHECK, skip_first_screenshot=skip_first_screenshot)
# Buttons at the bottom has an animation to show
self.device.sleep(0.3)
self.device.screenshot()
def port_quit(self, skip_first_screenshot=True):
"""