mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
Fix: Starting at GET_REWARD popup
This commit is contained in:
parent
c2e7b520b4
commit
38e242ceb7
@ -411,7 +411,10 @@ class LoginAndroidCloud(ModuleBase):
|
||||
logger.info('Cloud game have a popup')
|
||||
return True
|
||||
if self.appear(XPath.ACCOUNT_LOGIN):
|
||||
logger.info('Cloud game is at account login')
|
||||
logger.info('Cloud game is at ACCOUNT_LOGIN')
|
||||
return True
|
||||
if self.appear(XPath.GET_REWARD):
|
||||
logger.info('Cloud game is at GET_REWARD')
|
||||
return True
|
||||
|
||||
logger.info('Not in cloud page')
|
||||
|
Loading…
Reference in New Issue
Block a user