Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -75,12 +75,10 @@ class CommandorPage {
|
||||
})
|
||||
try {
|
||||
await this.page.goto(RDV_URL, {timeout: 90 * 1000});
|
||||
}catch (e) {
|
||||
} catch (e) {
|
||||
console.log(e)
|
||||
this.isTerminated = true
|
||||
}
|
||||
//wait 10 mins
|
||||
// Close the device.
|
||||
|
||||
let cancel
|
||||
const intervalTask = setInterval(() => {
|
||||
@@ -240,7 +238,7 @@ class CommandorPage {
|
||||
}
|
||||
}
|
||||
|
||||
async checkAudioBtn() {
|
||||
async checkAudioBtn() {
|
||||
// let iframe = await this.page.locator("iframe").contentFrame;
|
||||
// let audioBtn = iframe.locator("#captcha__audio__button");
|
||||
// if (audioBtn) {
|
||||
|
||||
Reference in New Issue
Block a user