1.0 KiB
1.0 KiB
Home > puppeteer > Protocol > Browser > GetVersionResponse
Protocol.Browser.GetVersionResponse interface
Signature:
export interface GetVersionResponse
Properties
Property | Type | Description |
---|---|---|
jsVersion | string | V8 version. |
product | string | Product name. |
protocolVersion | string | Protocol version. |
revision | string | Product revision. |
userAgent | string | User-Agent. |