puppeteer/new-docs/puppeteer.protocol.browser.getversionresponse.md
2020-07-13 14:01:35 +01:00

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.