chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.browser / GetVersionResponse

GetVersionResponse

data class GetVersionResponse

Response type for the BrowserDomain.getVersion command.

Constructors

<init>

Response type for the BrowserDomain.getVersion command.

GetVersionResponse(protocolVersion: String, product: String, revision: String, userAgent: String, jsVersion: String)

Properties

jsVersion

V8 version.

val jsVersion: String

product

Product name.

val product: String

protocolVersion

Protocol version.

val protocolVersion: String

revision

Product revision.

val revision: String

userAgent

User-Agent.

val userAgent: String