1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 05:08:19 +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

@@ -34,7 +34,8 @@
"option": [
"ADB",
"uiautomator2",
"minitouch"
"minitouch",
"Hermit"
]
}
},
@@ -6289,13 +6290,33 @@
},
"Benchmark": {
"Benchmark": {
"TestScreenshotMethod": {
"AdbScreenshot": {
"type": "checkbox",
"value": true
},
"TestClickMethod": {
"Uiautomator2Screenshot": {
"type": "checkbox",
"value": true
},
"AscreencapScreenshot": {
"type": "checkbox",
"value": true
},
"AdbClick": {
"type": "checkbox",
"value": true
},
"Uiautomator2Click": {
"type": "checkbox",
"value": true
},
"MinitouchClick": {
"type": "checkbox",
"value": true
},
"HermitClick": {
"type": "checkbox",
"value": false
}
}
},