support genymotion pixel 2
This commit is contained in:
@@ -1445,7 +1445,7 @@ class CommandorPage {
|
|||||||
this.device.shell("input tap " + 490 + " " + 1910)
|
this.device.shell("input tap " + 490 + " " + 1910)
|
||||||
} else if (model === "RMX3151") {
|
} else if (model === "RMX3151") {
|
||||||
this.device.shell("input tap " + 492 + " " + 1960)
|
this.device.shell("input tap " + 492 + " " + 1960)
|
||||||
} else if (model === "Pixel") {
|
} else if (model === "Pixel"||model === "Pixel_2") {
|
||||||
this.device.shell("input tap " + 312 + " " + 1490)
|
this.device.shell("input tap " + 312 + " " + 1490)
|
||||||
} else if (model === "Mi Note 10") {
|
} else if (model === "Mi Note 10") {
|
||||||
this.device.shell("input tap " + 550 + " " + 1920)
|
this.device.shell("input tap " + 550 + " " + 1920)
|
||||||
|
|||||||
Reference in New Issue
Block a user