1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-21 05:35:35 +08:00

Add: Hermit, another control method

- Add: Dump hierarchy via ADB and uiautomator2
- Fix: Device screenshot saving
This commit is contained in:
LmeSzinc
2022-01-27 16:11:43 +08:00
parent 25076cf5e5
commit e95a145653
20 changed files with 549 additions and 57 deletions

View File

@@ -287,10 +287,11 @@
},
"ControlMethod": {
"name": "Control Method",
"help": "Speed: minitouch >>> uiautomator2 ~= ADB\nminitouch is recommended",
"help": "Speed: minitouch > Hermit >>> uiautomator2 ~= ADB\nminitouch is recommended, hermit is not recommended unless on vmos",
"ADB": "ADB ",
"uiautomator2": "uiautomator2 ",
"minitouch": "minitouch "
"minitouch": "minitouch ",
"Hermit": "Hermit"
}
},
"Error": {
@@ -1761,12 +1762,32 @@
"name": "Performance Test",
"help": "Test which screenshot method and click method combination is the fastest and best for you\nSpeed can vary on the emulator being used and your PC build"
},
"TestScreenshotMethod": {
"name": "Test Screenshots Methods",
"AdbScreenshot": {
"name": "Test ADB Screenshot",
"help": ""
},
"TestClickMethod": {
"name": "Test Click Methods",
"Uiautomator2Screenshot": {
"name": "Test Uiautomator2 Screenshot",
"help": ""
},
"AscreencapScreenshot": {
"name": "Test aScreenCap Screenshot",
"help": ""
},
"AdbClick": {
"name": "Test ADB Click",
"help": ""
},
"Uiautomator2Click": {
"name": "Test Uiautomator2 Click",
"help": ""
},
"MinitouchClick": {
"name": "Test Minitouch Click",
"help": ""
},
"HermitClick": {
"name": "Test Hermit Click",
"help": ""
}
},