mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 10:58:21 +08:00
Merge branch 'dev' into bug_fix
This commit is contained in:
@@ -166,7 +166,7 @@ class Benchmark(DaemonBase, CampaignUI):
|
||||
device = self.config.Benchmark_DeviceType
|
||||
# device == 'emulator'
|
||||
screenshot = ['ADB', 'ADB_nc', 'uiautomator2', 'aScreenCap', 'aScreenCap_nc', 'DroidCast', 'DroidCast_raw']
|
||||
click = ['ADB', 'uiautomator2', 'minitouch']
|
||||
click = ['ADB', 'uiautomator2', 'minitouch', 'MaaTouch']
|
||||
|
||||
def remove(*args):
|
||||
return [l for l in screenshot if l not in args]
|
||||
@@ -180,7 +180,7 @@ class Benchmark(DaemonBase, CampaignUI):
|
||||
# VMOS
|
||||
if device == 'android_phone_vmos':
|
||||
screenshot = ['ADB', 'aScreenCap', 'DroidCast', 'DroidCast_raw']
|
||||
click = ['ADB', 'Hermit']
|
||||
click = ['ADB', 'Hermit', 'MaaTouch']
|
||||
|
||||
scene = self.config.Benchmark_TestScene
|
||||
if 'screenshot' not in scene:
|
||||
|
||||
Reference in New Issue
Block a user