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

8 lines (7 loc) 131 B
export interface CaptchaParams { rows: number; columns: number; comment: string; body: string; type: string; }