UNPKG

auto-captcha-solver

Version:

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

4 lines (3 loc) 217 B
import { CaptchaData, CaptchaInfo } from '../types'; import { Page } from 'playwright'; export declare function captchaDetect(page: Page, captchaInfo: CaptchaInfo, retries?: number): Promise<CaptchaData | null | {}>;