not click audio btn
This commit is contained in:
@@ -327,7 +327,7 @@ class CommandorPage {
|
||||
let audioBtn = await this.page.frameLocator("iframe").locator("#captcha__audio__button");
|
||||
if (audioBtn) {
|
||||
log("audioBtn found")
|
||||
audioBtn.click()
|
||||
// audioBtn.click()
|
||||
} else {
|
||||
log("audioBtn not found")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user