UNPKG

auto-captcha-solver

Version:

Automatically detect and solve various captcha types in Playwright & Puppeteer with 2Captcha/CapMonster Cloud integration

4 lines (3 loc) 200 B
import type { CaptchaInfo, CaptchaResponse } from '../types'; import { Page } from 'playwright'; export declare function captchaSolver(page: Page, captchaInfo: CaptchaInfo): Promise<CaptchaResponse>;