puppeteer-pro
Version:
A simple puppeteer wrapper to enable useful plugins with ease
10 lines • 492 B
TypeScript
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