
Security News
pnpm 10.12 Introduces Global Virtual Store and Expanded Version Catalogs
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.
playwright-captcha-solver
Advanced tools
A lib for solving captchas using AI agents for playwright
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 9 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
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.
Security News
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.