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

Add: Control method MaaTouch

This commit is contained in:
LmeSzinc
2023-02-02 01:44:24 +08:00
parent c705742a74
commit 36e1f01cb7
14 changed files with 263 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ from module.logger import logger
class AppControl(Adb, WSA, Uiautomator2):
hierarchy: etree._Element
_app_u2_family = ['uiautomator2', 'minitouch', 'DroidCast', 'scrcpy']
_app_u2_family = ['uiautomator2', 'minitouch', 'scrcpy', 'MaaTouch']
def app_is_running(self) -> bool:
method = self.config.Emulator_ControlMethod