pl.wendigo.chrome.domain.browser / GetVersionResponse

GetVersionResponse

data class GetVersionResponse (source)

Represents response frame for Browser.getVersion method call.

Returns version information.

Constructors

<init>

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

Represents response frame for Browser.getVersion method call.

Properties

jsVersion

val jsVersion: String

V8 version.

product

val product: String

Product name.

protocolVersion

val protocolVersion: String

Protocol version.

revision

val revision: String

Product revision.

userAgent

val userAgent: String

User-Agent.