You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

playwright-captcha-solver

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

playwright-captcha-solver

A lib for solving captchas using AI agents for playwright

1.0.2
Source
npmnpm
Version published
Weekly downloads
5
66.67%
Maintainers
1
Weekly downloads
 
Created
Source

playwright-captcha-solver

Plugin for playwright designed to solve captchas when they appear

Steps to complete

  • Set up mouse cursor for human movements
  • Ensure detection can find all captchas
  • get images of the captchas
  • implement overlays for dragging actions, clicking, or typing actions
  • Implement LLM give feedback on the actions
  • Implement the ability to take the actions

Final impl:

  • Detect any captcha on the page
  • Get image of the captcha
  • get actions and estimated action locations
  • Overlay actions on the image
  • Feed image back into LLM to either get next step, adjust action, or confirm the action should be taken
  • take the action - then repeat the process until the captcha is solved. (Some captchas may require multiple steps to solve)

FAQs

Package last updated on 31 Mar 2025

Did you know?

Socket

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.

Install

Related posts