support more texts
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user