delete images if OCRResult is identified
This commit is contained in:
@@ -582,6 +582,7 @@ class CommandorPage {
|
||||
})
|
||||
if (this.firstStart) {
|
||||
this.disconnectBrowser();
|
||||
await delay(3000);
|
||||
await this.checkResultWithOcr();
|
||||
}
|
||||
}
|
||||
@@ -1196,6 +1197,8 @@ class CommandorPage {
|
||||
await this.device.shell("input tap " + 411 + " " + 1977)
|
||||
} else if (this.browserPackageName.includes("brave") && this.device.model() === "ONEPLUS A6000") {
|
||||
await this.device.shell("input tap " + 411 + " " + 1970)
|
||||
} else if (this.browserPackageName.includes("brave") && this.device.model() === "22041219PG") {
|
||||
await this.device.shell("input tap " + 411 + " " + 2020)
|
||||
} else
|
||||
await this.device.shell("input tap " + 411 + " " + 2100)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user