UNPKG

puppeteer-extra-plugin-session

Version:

A puppeteer plugin to dump and inject session data.

11 lines (10 loc) 245 B
/** * Define the plugin name to report to extra. */ export declare const PLUGIN_NAME: string; /** * Used for testing only. * * Get this by navigating to chrome://version */ export declare let TestBrowserExecutablePath: string | undefined;