mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 10:58:21 +08:00
Refactor: module/device, separate all screenshot method and control methods
- Better screenshot and control retries, handle common exceptions
This commit is contained in:
@@ -240,7 +240,7 @@ class LoginHandler(Combat):
|
||||
return False
|
||||
|
||||
def get_cn_xp_hierarchy(self) -> tuple:
|
||||
d = self.device.device
|
||||
d = self.device.u2
|
||||
xp = XPath(d)
|
||||
hierarchy = d.dump_hierarchy()
|
||||
return xp, hierarchy
|
||||
|
||||
Reference in New Issue
Block a user