Table of Contents

Class GetInfoCommandResponse

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

Response for Returns information about the system.

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

Properties

CommandLine

The command line string used to launch the browser. Will be the empty string if not supported.

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

Property Value

string

Gpu

Information about the GPUs on the system.

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

Property Value

GPUInfo

ModelName

A platform-dependent description of the model of the machine. On Mac OS, this is, for example, 'MacBookPro'. Will be the empty string if not supported.

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

Property Value

string

ModelVersion

A platform-dependent description of the version of the machine. On Mac OS, this is, for example, '10.1'. Will be the empty string if not supported.

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

Property Value

string