
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
puppeteer_captcha_solver
Advanced tools
This library enables automatic resolution of common Captchas when using puppeteer.
This library enables automatic resolution of common Captchas when using puppeteer.
npm i puppeteer-captcha-solver
const puppeteer_captcha_solver = require('puppeteer-captcha-solver')
const puppeteer = require('puppeteer-extra')
const StealthPlugin = require('puppeteer-extra-plugin-stealth')
puppeteer.use(StealthPlugin())
puppeteer.launch({ headless: false }).then(async browser => {
const pages = await browser.pages()
const page = pages[0]
await page.goto('https://nopecha.com/demo/cloudflare',{
waitUntil: 'domcontentloaded'
})
puppeteer_captcha_solver.autoSolve({
page: page,
config: {
turnstile: true
}
})
})
FAQs
This library enables automatic resolution of common Captchas when using puppeteer.
The npm package puppeteer_captcha_solver receives a total of 0 weekly downloads. As such, puppeteer_captcha_solver popularity was classified as not popular.
We found that puppeteer_captcha_solver demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.