correction on the exceptions

This commit is contained in:
Lei PAN
2023-08-11 14:20:59 +02:00
parent 26a7364d2b
commit a53d6513f7
+1
View File
@@ -705,6 +705,7 @@ class CommandorPage {
let slidingCaptchaSolver = new SlidingCaptchaSolver(this.device); let slidingCaptchaSolver = new SlidingCaptchaSolver(this.device);
await slidingCaptchaSolver.solve(this.page, async (isSuccessful) => { await slidingCaptchaSolver.solve(this.page, async (isSuccessful) => {
console.log("check isAlwaysBlocked") console.log("check isAlwaysBlocked")
this.isFillingFields = false
onResult(isSuccessful) onResult(isSuccessful)
}) })
} }