Merge branch 'feature/acceuil_after_blok' of bitbucket.org:panleicim/puppeteerjs into feature/acceuil_after_blok
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user