
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
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
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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.