pl.wendigo.chrome.api.browser / GetVersionResponse

GetVersionResponse

data class GetVersionResponse (source)

Represents response frame that is returned from Browser#getVersion operation call. Returns version information.

Link
Browser#getVersion method documentation.

See Also

BrowserOperations.getVersion

Constructors

<init>

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

Represents response frame that is returned from Browser#getVersion operation call. Returns version information.

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.