eg: error: Incorrect repsonse for captcha!

This commit is contained in:
Ralf Vogler 2023-08-31 23:08:29 +02:00
parent 59004cd4bb
commit 38975e811b

View file

@ -90,7 +90,7 @@ try {
await notify('epic-games: got captcha during login. Please check.');
}).catch(_ => { });
page.waitForSelector('h6:has-text("Incorrect response.")').then(async () => {
console.error('CAPTCHA!')
console.error('Incorrect repsonse for captcha!')
}).catch(_ => { });
// handle MFA, but don't await it
page.waitForURL('**/id/login/mfa**').then(async () => {