remove unused imports

This commit is contained in:
2023-05-17 14:32:20 +02:00
parent 0be72ca3ed
commit 0e868536df
3 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -366,7 +366,7 @@ class CommandorPage {
let captcha_container = await iframeHandler.locator(CAPTCHA_CONTAINER)
let html = await captcha_container.innerHTML()
console.log("audio_tag: " + html);
return html.includes("You have been blocked") || html.includes("Vous avez été bloqué")
return html.includes("You have been blocked") || html.includes("Vous avez été bloqué") || html.includes("封锁")
}
async onPageLoad(currentPage) {