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