main.stealth.js: puppeteer-extra-plugin-stealth enough to avoid hcaptcha, claim successful
This commit is contained in:
parent
ba97a0e840
commit
64d0ba8ce7
4 changed files with 212 additions and 3 deletions
|
|
@ -3,6 +3,7 @@ if (!existsSync('auth.json')) {
|
|||
console.error('Missing auth.json! Run `npm login` to login and create this file by closing the opened browser.');
|
||||
}
|
||||
|
||||
// npm i playwright playwright-extra@next @extra/recaptcha@next
|
||||
const { chromium } = require('playwright-extra')
|
||||
|
||||
// add recaptcha plugin and provide it your 2captcha token (= their apiKey)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue