handle french blocke ,msg
This commit is contained in:
@@ -342,7 +342,7 @@ class CommandorPage {
|
|||||||
let captcha_container = await iframeHandler.locator(CAPTCHA_CONTAINER)
|
let captcha_container = await iframeHandler.locator(CAPTCHA_CONTAINER)
|
||||||
let html = await captcha_container.innerHTML()
|
let html = await captcha_container.innerHTML()
|
||||||
console.log("audio_tag: " + html);
|
console.log("audio_tag: " + html);
|
||||||
return html.includes("You have been blocked")
|
return html.includes("You have been blocked") || html.includes("Vous avez été bloqué")
|
||||||
}
|
}
|
||||||
|
|
||||||
async onPageLoad(currentPage) {
|
async onPageLoad(currentPage) {
|
||||||
|
|||||||
Reference in New Issue
Block a user