Merge branch 'master' into feature/custom_adb
This commit is contained in:
@@ -50,6 +50,7 @@ const MESSAGE_FILL_FIELD_FR_5 = "email vous sera envoyé pour vous"
|
||||
const MESSAGE_FILL_FIELD_FR_6 = "Prénom* Téléphone*"
|
||||
const WELCOME_MESSAGE_FR = "Bienvenue dans Chrome"
|
||||
const WELCOME_MESSAGE_FR_2 = "Chrome Connectez-vous"
|
||||
const WELCOME_MESSAGE_FR_3 = "Connectez-Vou's pour"
|
||||
const PAGE_OPTIMIZATION_CHROME_FR = "Vous pouvez changer d'avis a tout moment dans"
|
||||
const PAGE_OPTIMIZATION_CHROME_FR_6 = "Vous pouvez changer davis a tout moment"
|
||||
const PAGE_OPTIMIZATION_CHROME_FR_2 = "Vous pouvez modifier vos options a tout moment"
|
||||
@@ -152,6 +153,7 @@ class OCRChecker {
|
||||
return OCRResult.SLIDING_CAPTCHA
|
||||
} else if (result.includes(WELCOME_MESSAGE_FR)
|
||||
|| result.includes(WELCOME_MESSAGE_FR_2)
|
||||
|| result.includes(WELCOME_MESSAGE_FR_3)
|
||||
) {
|
||||
await this.deleteFile(fileName)
|
||||
return OCRResult.NEED_TO_CLICK_LATE_BTN
|
||||
|
||||
Reference in New Issue
Block a user