correction on loop on sliding captcha
This commit is contained in:
@@ -731,6 +731,7 @@ class CommandorPage {
|
||||
checkResult = await this.ocrChecker.get_result();
|
||||
} else {
|
||||
// await this.checkResultWithOcr()
|
||||
checkResult = OCRResult.TERMINAED
|
||||
this.isTerminated = true
|
||||
}
|
||||
})
|
||||
@@ -940,7 +941,7 @@ class CommandorPage {
|
||||
await delay(2000);
|
||||
this.device.shell("input tap " + 772 + " " + 2146)
|
||||
} else if (model === "MI 5s") {
|
||||
this.device.shell("input tap " + 790 + " " + 1807)
|
||||
this.device.shell("input tap " + 786 + " " + 1780)
|
||||
await delay(2000);
|
||||
this.device.shell("input tap " + 790 + " " + 1807)
|
||||
await delay(1000);
|
||||
|
||||
Reference in New Issue
Block a user