UNPKG

puppeteer-pro

Version:

A simple puppeteer wrapper to enable useful plugins with ease

10 lines 492 B
import { newInjectedPage } from 'fingerprint-injector'; import { Browser, BrowserContext, Plugin } from '../..'; type FingerprintGeneratorOptions = Parameters<typeof newInjectedPage>[1]; export declare class AvoidDetectionPlugin extends Plugin { fingerprintOptions?: FingerprintGeneratorOptions; constructor(fingerprintOptions?: FingerprintGeneratorOptions); protected afterLaunch(browser: Browser | BrowserContext): Promise<void>; } export {}; //# sourceMappingURL=index.d.ts.map