pl.wendigo.chrome.protocol.inspector / ProtocolVersion

ProtocolVersion

data class ProtocolVersion (source)

Protocol version represents browser build information.

Constructors

<init>

ProtocolVersion(browser: String, version: String, userAgent: String, v8version: String, webkitVersion: String, webSocketDebugUrl: String)

Protocol version represents browser build information.

Properties

browser

val browser: String

Browser version (i.e. Chrome/58.0.3029.0)

userAgent

val userAgent: String

Browser's reported user agent

v8version

val v8version: String

V8 javascript engine version

version

val version: String

Protocol version (i.e. 1.2)

webkitVersion

val webkitVersion: String

Webkit rendering engine version

webSocketDebugUrl

val webSocketDebugUrl: String

Debugger url