correction when there is no recaptcha
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user