UNPKG
puppeteer-extra-plugin-session
Version:
latest (1.0.1)
1.0.1
1.0.0
0.0.1
A puppeteer plugin to dump and inject session data.
clouedoc/puppeteer-extra-plugin-session
puppeteer-extra-plugin-session
/
lib
/
constants
/
constants.d.ts
11 lines
(10 loc)
•
245 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * 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
;