mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-13 02:06:59 +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:
@@ -24,8 +24,10 @@
|
||||
"value": "ADB",
|
||||
"option": [
|
||||
"ADB",
|
||||
"ADB_nc",
|
||||
"uiautomator2",
|
||||
"aScreenCap"
|
||||
"aScreenCap",
|
||||
"aScreenCap_nc"
|
||||
]
|
||||
},
|
||||
"ControlMethod": {
|
||||
@@ -6386,6 +6388,10 @@
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
},
|
||||
"AdbncScreenshot": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
},
|
||||
"Uiautomator2Screenshot": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
@@ -6394,6 +6400,10 @@
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
},
|
||||
"AscreencapncScreenshot": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
},
|
||||
"AdbClick": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
|
||||
Reference in New Issue
Block a user