Table of Contents

Class GetInfoCommandResponse

Namespace
OpenQA.Selenium.DevTools.V130.SystemInfo
Assembly
WebDriver.dll

Response for GetInfo

public sealed class GetInfoCommandResponse : ICommandResponse<GetInfoCommandSettings>, ICommandResponse
Inheritance
GetInfoCommandResponse
Implements
Inherited Members
Extension Methods

Properties

CommandLine

Gets or sets the commandLine

[JsonPropertyName("commandLine")]
public string CommandLine { get; set; }

Property Value

string

Gpu

Gets or sets the gpu

[JsonPropertyName("gpu")]
public GPUInfo Gpu { get; set; }

Property Value

GPUInfo

ModelName

Gets or sets the modelName

[JsonPropertyName("modelName")]
public string ModelName { get; set; }

Property Value

string

ModelVersion

Gets or sets the modelVersion

[JsonPropertyName("modelVersion")]
public string ModelVersion { get; set; }

Property Value

string