mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Merge pull request #177 from noname94/patch
Fix: [JP] Research not working properly in some cases.
This commit is contained in:
commit
83df06e6e7
@ -413,6 +413,8 @@ class ResearchSelector(UI):
|
||||
|
||||
def research_jp_next(self):
|
||||
self.appear_then_click(DETAIL_NEXT, offset=(20, 20), interval=0)
|
||||
# Wait for the touch effect on DETAIL_NEXT to fade.
|
||||
self.wait_until_appear(DETAIL_NEXT, offset=5, skip_first_screenshot=False)
|
||||
self.ensure_detail_stable()
|
||||
|
||||
def detail_quit(self):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user