Interface: IBrowserInfo
Defined in: core/src/lib/Types.ts:1230
This data structure contains the input configuration for the browser and output data from the browser. You can retrieve the instance of this type through RunMetaInfo.
Properties
_browserVersion
_browserVersion:
string
Defined in: core/src/lib/Types.ts:1234
browser version
_consoleMessages
_consoleMessages:
string[]
Defined in: core/src/lib/Types.ts:1242
all web console output
_puppeteerConfig
_puppeteerConfig:
LaunchOptions
Defined in: core/src/lib/Types.ts:1238
configuration for puppeteer