1
0
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:
LmeSzinc
2022-03-23 21:20:01 +08:00
parent 5951d05f90
commit 5ba2f5c5ac
16 changed files with 254 additions and 60 deletions

View File

@@ -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": ""