UNPKG

clicks-recaptcha-solver

Version:

A powerful automation tool for solving Google reCAPTCHA challenges using Playwright and Puppeteer. This package intelligently detects and simulates human-like interactions, including mouse movements and precise clicks, to bypass reCAPTCHA v2 and other sim

3 lines (2 loc) 126 B
import { Page } from 'playwright-core'; export declare const captchaSolver: (page: Page, APIkey: string) => Promise<boolean>;