correction when there is no recaptcha

This commit is contained in:
2023-08-10 10:55:14 +02:00
parent 6b9d05dfca
commit 7e0001523d
+2 -1
View File
@@ -530,11 +530,12 @@ class CommandorPage {
if (hasCaptcha) {
await this.resolveCaptcha(page)
await delay(10 * 1000)
this.isFillingFields = false
} else {
this.isFillingFields = false
await delay(2 * 1000)
await this.clickValid();
}
this.isFillingFields = false
}
}