set default to six

This commit is contained in:
Lei PAN
2023-10-20 09:28:08 +02:00
parent 409b719abf
commit 04e1dbbee7
2 changed files with 11 additions and 3 deletions
+6 -1
View File
@@ -539,7 +539,12 @@ class CommandorPage {
this.isFillingFields = false;
} else {
await delay(getRandomWaitTime())
await this.clickValid();
try {
await this.clickValid();
} catch (e) {
this.isTerminated = true;
console.log(e)
}
this.isFillingFields = false
}
}