Merge branch 'feature/list_according_serail'
This commit is contained in:
@@ -1354,8 +1354,8 @@ class CommandorPage {
|
||||
this.device.shell("input tap " + 925 + " " + 1325)
|
||||
} else if (this.device.model === "22041219PG") {
|
||||
this.device.shell("input tap " + 925 + " " + 1430)
|
||||
} else if (this.device.model === "moto g51 5G") {
|
||||
await this.tapForDevice(this.device, 950, 1434)
|
||||
} else if (this.device.model === "moto_g51_5G") {
|
||||
this.device.shell("input tap " + 950 + " " + 1434)
|
||||
} else
|
||||
this.device.shell("input tap " + 933 + " " + 1538)
|
||||
await delay(2000);
|
||||
@@ -1417,7 +1417,7 @@ class CommandorPage {
|
||||
this.device.shell("input tap " + 818 + " " + 2140)
|
||||
await delay(1000);
|
||||
} else if (model === "moto_g51_5G") {
|
||||
await this.tapForDevice(this.device, 800, 2215)
|
||||
this.device.shell("input tap " + 806 + " " + 2230)
|
||||
await delay(2000);
|
||||
this.device.shell("input tap " + 800 + " " + 2215)
|
||||
await delay(1000);
|
||||
|
||||
Reference in New Issue
Block a user