From 3e03bc59cab92126858e15cca776835fcab070cc Mon Sep 17 00:00:00 2001 From: Lei PAN Date: Sat, 16 Nov 2024 10:15:42 +0100 Subject: [PATCH] support genymotion pixel 2 --- src/workers/CommandorPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/workers/CommandorPage.js b/src/workers/CommandorPage.js index 0d14748..bf9909e 100644 --- a/src/workers/CommandorPage.js +++ b/src/workers/CommandorPage.js @@ -1445,7 +1445,7 @@ class CommandorPage { this.device.shell("input tap " + 490 + " " + 1910) } else if (model === "RMX3151") { 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) } else if (model === "Mi Note 10") { this.device.shell("input tap " + 550 + " " + 1920)