UNPKG

auto-captcha-solver

Version:

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

3 lines (2 loc) 102 B
import { Page } from 'playwright'; export declare function captchaLoading(page: Page): Promise<void>;