use adb to tap

This commit is contained in:
Lei PAN
2023-10-26 16:56:33 +02:00
parent fbdc5ad73c
commit 295d8cdba9
+1 -1
View File
@@ -1119,7 +1119,7 @@ class CommandorPage {
if (model === "CPH2219") { if (model === "CPH2219") {
await this.device.shell("input tap " + 558 + " " + 1160) await this.device.shell("input tap " + 558 + " " + 1160)
} else if (model === "MI 5s") { } else if (model === "MI 5s") {
await this.device.shell("input tap " + 530 + " " + 1000) await this.tapForDevice(this.device, 530, 1000)
} else if (model === "ONEPLUS A6000") { } else if (model === "ONEPLUS A6000") {
await this.device.shell("input tap " + 530 + " " + 1106) await this.device.shell("input tap " + 530 + " " + 1106)
} else { } else {