UNPKG

auto-captcha-solver

Version:

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

3 lines (2 loc) 124 B
import { Page } from 'playwright'; export declare function getCaptchaSource(page: Page, selector: string): Promise<string>;