Merge branch 'feature/acceuil_after_blok' of bitbucket.org:panleicim/puppeteerjs into feature/acceuil_after_blok

This commit is contained in:
Lei PAN
2024-02-23 19:03:19 +01:00
+5 -2
View File
@@ -1226,8 +1226,11 @@ class CommandorPage {
await this.tapForDevice(this.device, 110, 2208)
await delay(2000);
await openUrlWithAdb(RDV_URL, this.device)
}
if (this.device.model() === "21091116C") {
} else if (this.device.model() === "KB2003") {
await this.tapForDevice(this.device, 100, 2289)
await delay(2000);
await openUrlWithAdb(RDV_URL, this.device)
} else if (this.device.model() === "21091116C") {
await this.tapForDevice(this.device, 107, 2193)
await delay(2000);
await openUrlWithAdb(RDV_URL, this.device)