mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-22 16:23:43 +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:
@@ -292,17 +292,19 @@
|
||||
},
|
||||
"ScreenshotMethod": {
|
||||
"name": "Screenshot Method",
|
||||
"help": "Speed: aScreenCap > uiautomator2 ~= ADB\nADB is recommended",
|
||||
"help": "Speed: aScreenCap_nc > ADB_nc >>> aScreenCap > uiautomator2 ~= ADB\nRun Tools - Performance Test to find the fastest method",
|
||||
"ADB": "ADB ",
|
||||
"uiautomator2": "uiautomator2 ",
|
||||
"aScreenCap": "aScreenCap "
|
||||
"ADB_nc": "ADB_nc",
|
||||
"uiautomator2": "uiautomator2",
|
||||
"aScreenCap": "aScreenCap",
|
||||
"aScreenCap_nc": "aScreenCap_nc"
|
||||
},
|
||||
"ControlMethod": {
|
||||
"name": "Control Method",
|
||||
"help": "Speed: minitouch > Hermit >>> uiautomator2 ~= ADB\nminitouch is recommended, hermit is not recommended unless on vmos",
|
||||
"ADB": "ADB ",
|
||||
"uiautomator2": "uiautomator2 ",
|
||||
"minitouch": "minitouch ",
|
||||
"ADB": "ADB",
|
||||
"uiautomator2": "uiautomator2",
|
||||
"minitouch": "minitouch",
|
||||
"Hermit": "Hermit"
|
||||
},
|
||||
"ScreenshotDedithering": {
|
||||
@@ -1846,6 +1848,10 @@
|
||||
"name": "Test ADB Screenshot",
|
||||
"help": ""
|
||||
},
|
||||
"AdbncScreenshot": {
|
||||
"name": "Test ADB_nc Screenshot",
|
||||
"help": ""
|
||||
},
|
||||
"Uiautomator2Screenshot": {
|
||||
"name": "Test Uiautomator2 Screenshot",
|
||||
"help": ""
|
||||
@@ -1854,6 +1860,10 @@
|
||||
"name": "Test aScreenCap Screenshot",
|
||||
"help": ""
|
||||
},
|
||||
"AscreencapncScreenshot": {
|
||||
"name": "Test aScreenCap_nc Screenshot",
|
||||
"help": ""
|
||||
},
|
||||
"AdbClick": {
|
||||
"name": "Test ADB Click",
|
||||
"help": ""
|
||||
|
||||
Reference in New Issue
Block a user