Table of Contents

Class GetVersionCommandResponse

Namespace
OpenQA.Selenium.DevTools.V148.Browser
Assembly
Selenium.WebDriver.dll

Response for Returns version information.

public sealed class GetVersionCommandResponse : ICommandResponse<GetVersionCommandSettings>, ICommandResponse
Inheritance
GetVersionCommandResponse
Implements
Inherited Members
Extension Methods

Properties

JsVersion

V8 version.

[JsonPropertyName("jsVersion")]
public string JsVersion { get; set; }

Property Value

string

Product

Product name.

[JsonPropertyName("product")]
public string Product { get; set; }

Property Value

string

ProtocolVersion

Protocol version.

[JsonPropertyName("protocolVersion")]
public string ProtocolVersion { get; set; }

Property Value

string

Revision

Product revision.

[JsonPropertyName("revision")]
public string Revision { get; set; }

Property Value

string

UserAgent

User-Agent.

[JsonPropertyName("userAgent")]
public string UserAgent { get; set; }

Property Value

string