Table of Contents

Class GPUInfo

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

GPUInfo

public sealed class GPUInfo
Inheritance
GPUInfo
Inherited Members

Properties

AuxAttributes

auxAttributes

[JsonPropertyName("auxAttributes")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public object AuxAttributes { get; set; }

Property Value

object

Devices

devices

[JsonPropertyName("devices")]
public GPUDevice[] Devices { get; set; }

Property Value

GPUDevice[]

DriverBugWorkarounds

driverBugWorkarounds

[JsonPropertyName("driverBugWorkarounds")]
public string[] DriverBugWorkarounds { get; set; }

Property Value

string[]

FeatureStatus

featureStatus

[JsonPropertyName("featureStatus")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public object FeatureStatus { get; set; }

Property Value

object

ImageDecoding

imageDecoding

[JsonPropertyName("imageDecoding")]
public ImageDecodeAcceleratorCapability[] ImageDecoding { get; set; }

Property Value

ImageDecodeAcceleratorCapability[]

VideoDecoding

videoDecoding

[JsonPropertyName("videoDecoding")]
public VideoDecodeAcceleratorCapability[] VideoDecoding { get; set; }

Property Value

VideoDecodeAcceleratorCapability[]

VideoEncoding

videoEncoding

[JsonPropertyName("videoEncoding")]
public VideoEncodeAcceleratorCapability[] VideoEncoding { get; set; }

Property Value

VideoEncodeAcceleratorCapability[]