correction when there is no recaptcha
This commit is contained in:
@@ -530,11 +530,12 @@ class CommandorPage {
|
|||||||
if (hasCaptcha) {
|
if (hasCaptcha) {
|
||||||
await this.resolveCaptcha(page)
|
await this.resolveCaptcha(page)
|
||||||
await delay(10 * 1000)
|
await delay(10 * 1000)
|
||||||
|
this.isFillingFields = false
|
||||||
} else {
|
} else {
|
||||||
|
this.isFillingFields = false
|
||||||
await delay(2 * 1000)
|
await delay(2 * 1000)
|
||||||
await this.clickValid();
|
await this.clickValid();
|
||||||
}
|
}
|
||||||
this.isFillingFields = false
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user