support DE2117 for brave version 1_65_133

This commit is contained in:
2024-05-29 17:56:05 +02:00
parent 2c8cf8692e
commit f334dd9952
+6 -2
View File
@@ -933,7 +933,7 @@ class CommandorPage {
}
})
logWithDevice("this.page.bringToFront();", this.device)
await this.sendCookiesToQueue();
// await this.sendCookiesToQueue();
await this.page.bringToFront();
await this.fillFields(this.page)
await delay(2 * 1000);
@@ -1537,7 +1537,11 @@ class CommandorPage {
}
async handleBravePushNotification() {
await this.tapForDevice(this.device, 100, 400)
let model = this.device.model()
if (model === "KB2003" || model ==="DE2117") {
await this.tapForDevice(this.device, 545, 1448)
} else
await this.tapForDevice(this.device, 100, 400)
}
}