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
Devices
devices
[JsonPropertyName("devices")]
public GPUDevice[] Devices { get; set; }
Property Value
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
ImageDecoding
imageDecoding
[JsonPropertyName("imageDecoding")]
public ImageDecodeAcceleratorCapability[] ImageDecoding { get; set; }
Property Value
VideoDecoding
videoDecoding
[JsonPropertyName("videoDecoding")]
public VideoDecodeAcceleratorCapability[] VideoDecoding { get; set; }
Property Value
VideoEncoding
videoEncoding
[JsonPropertyName("videoEncoding")]
public VideoEncodeAcceleratorCapability[] VideoEncoding { get; set; }