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

Scroll next and prev page

This commit is contained in:
LmeSzinc
2021-09-12 00:19:07 +08:00
parent d3564104bd
commit b19fd32cc5
4 changed files with 56 additions and 11 deletions

View File

@@ -702,3 +702,13 @@ class RewardCommission(UI, InfoHandler):
bool: If any commission finished.
"""
return self.appear(CAMPAIGN_CHECK) and self.appear(COMMISSION_NOTICE_AT_CAMPAIGN)
def run(self):
# self.ui_get_current_page()
# self.ui_goto(page_commission)
# self._commission_ensure_mode('urgent')
self.device.screenshot()
COMMISSION_SCROLL.next_page(main=self)
COMMISSION_SCROLL.next_page(main=self)
COMMISSION_SCROLL.next_page(main=self)
self.device.sleep(100)