noCaptchaAi / nocaptchaai-puppeteer

Puppeteer package for NoCaptchaAI (hCaptcha solver) ⚡️

Home Page:https://noCaptchaAI.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

language not detected

leanderhamzoui opened this issue · comments

this aint working

    const language = await page.evaluate(() => document.documentElement.lang);

console.log(language) returns empty

What's the site?

this aint working

    const language = await page.evaluate(() => document.documentElement.lang);

console.log(language) returns empty

Language detection is fixed. You can open this issue again if this not solves for you.