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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user