optimization
This commit is contained in:
@@ -329,6 +329,13 @@ class CommandorPage {
|
||||
field.value = ""
|
||||
}
|
||||
})
|
||||
await delay(200);
|
||||
await page.evaluate(() => {
|
||||
let field = document.getElementById("phone_number");
|
||||
if (field) {
|
||||
field.value = ""
|
||||
}
|
||||
})
|
||||
await delay(1000);
|
||||
await page.keyboard.type("0" + this.contact.phoneNumber);
|
||||
this.isPhoneInput = true;
|
||||
|
||||
Reference in New Issue
Block a user