Merge remote-tracking branch 'origin/master'

This commit is contained in:
2022-09-09 14:09:07 +02:00
2 changed files with 3 additions and 5 deletions
+2 -4
View File
@@ -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) {