
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.
playwright-captcha-solver
Advanced tools
A utility library that helps solve captchas in Playwright-automated browsers.
â ď¸ Early Development: This project is not currently ready for production use, but is working in simple captcha scenarios.
npm install playwright-captcha-solver
# or
yarn add playwright-captcha-solver
This library requires:
Basic example:
const { chromium } = require('patchright');
const { solveCaptchas } = require('playwright-captcha-solver');
async function run() {
const browser = await chromium.launch();
const page = await browser.newPage();
await page.goto('https://website-with-captcha.com');
// Solve any captchas on the page
await solveCaptchas(page);
// Continue with your automation...
await browser.close();
}
run();
GEMINI_API_KEY=your_gemini_api_key
We are using Gemini currently because it is the cheapest option for image recognition and works well for simple captchas.
Contributions are welcome! This project is in its early stages and could benefit from:
Please feel free to submit issues and pull requests.
FAQs
A lib for solving captchas using AI agents for playwright
The npm package playwright-captcha-solver receives a total of 5 weekly downloads. As such, playwright-captcha-solver popularity was classified as not popular.
We found that playwright-captcha-solver demonstrated a healthy version release cadence and project activity because the last version was released less than 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.