mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 14:27:00 +08:00
Add: Faster screenshot methods ADB_nc and aScreenCap_nc
- Allow config names when creating Device instances - Add "Ultra Fast" level in performance test
This commit is contained in:
@@ -19,7 +19,7 @@ Emulator:
|
||||
option: [cn, en, jp, tw]
|
||||
ScreenshotMethod:
|
||||
value: ADB
|
||||
option: [ADB, uiautomator2, aScreenCap]
|
||||
option: [ADB, ADB_nc, uiautomator2, aScreenCap, aScreenCap_nc]
|
||||
ControlMethod:
|
||||
value: minitouch
|
||||
option: [ADB, uiautomator2, minitouch, Hermit]
|
||||
@@ -494,8 +494,10 @@ OpsiDaemon:
|
||||
RepairShip: true
|
||||
Benchmark:
|
||||
AdbScreenshot: true
|
||||
AdbncScreenshot: true
|
||||
Uiautomator2Screenshot: true
|
||||
AscreencapScreenshot: true
|
||||
AscreencapncScreenshot: true
|
||||
AdbClick: true
|
||||
Uiautomator2Click: true
|
||||
MinitouchClick: true
|
||||
|
||||
Reference in New Issue
Block a user