main.stealth.js: puppeteer-extra-plugin-stealth enough to avoid hcaptcha, claim successful

This commit is contained in:
Ralf Vogler 2021-12-28 00:51:21 +01:00
parent ba97a0e840
commit 64d0ba8ce7
4 changed files with 212 additions and 3 deletions

View file

@ -4,13 +4,15 @@
"codegen": "npx playwright codegen --load-storage=auth.json https://www.epicgames.com/store/en-US/free-games",
"start": "npx playwright test --timeout 10000",
"debug": "npx playwright test --debug",
"captcha": "node main.captcha"
"captcha": "node main.captcha",
"stealth": "node main.stealth"
},
"devDependencies": {
"@extra/recaptcha": "^4.2.1-next.616",
"@playwright/test": "^1.17.1",
"dotenv": "^10.0.0",
"playwright": "^1.17.1",
"playwright-extra": "^4.2.1-next.616"
"playwright-extra": "^4.2.1-next.616",
"puppeteer-extra-plugin-stealth": "^2.9.0"
}
}