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:
@@ -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
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user