set default to six
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user