Table of Contents

Class GetVersionCommandResponse

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

Response for GetVersion

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

Properties

JsVersion

Gets or sets the jsVersion

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

Property Value

string

Product

Gets or sets the product

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

Property Value

string

ProtocolVersion

Gets or sets the protocolVersion

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

Property Value

string

Revision

Gets or sets the revision

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

Property Value

string

UserAgent

Gets or sets the userAgent

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

Property Value

string