support more texts

This commit is contained in:
Lei PAN
2024-04-23 23:31:59 +02:00
parent 0e31f7525f
commit 4c80f75f31
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -1293,7 +1293,7 @@ class CommandorPage {
async handleBraveSkipBtn() {
let model = this.device.model()
if (model === "CPH2219") {
await this.device.shell("input tap " + 558 + " " + 1160)
await this.tapForDevice(this.device, 558, 1160)
} else if (model === "MI 5s" || model === "ASUS_Z012D") {
await this.tapForDevice(this.device, 530, 1000)
} else if (model === "SM-G965U1") {