UNPKG

@extra/recaptcha

Version:

A plugin for playwright & puppeteer to solve reCAPTCHAs and hCaptchas automatically.

9 lines (8 loc) 303 B
export declare const PROVIDER_ID = "2captcha"; import * as types from '../types'; export interface DecodeRecaptchaAsyncResult { err?: any; result?: any; invalid?: any; } export declare function getSolutions(captchas?: types.CaptchaInfo[], token?: string): Promise<types.GetSolutionsResult>;