Class GPUDevice
java.lang.Object
org.openqa.selenium.devtools.v119.systeminfo.model.GPUDevice
Describes a single graphics processor (GPU).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionPCI ID of the GPU device, if available; 0 otherwise.String description of the GPU device, if the PCI ID is not available.String description of the GPU driver vendor.String description of the GPU driver version.Revision of the GPU, only available on Windows.Sub sys ID of the GPU, only available on Windows.PCI ID of the GPU vendor, if available; 0 otherwise.String description of the GPU vendor, if the PCI ID is not available.
-
Constructor Details
-
GPUDevice
-
-
Method Details
-
getVendorId
PCI ID of the GPU vendor, if available; 0 otherwise. -
getDeviceId
PCI ID of the GPU device, if available; 0 otherwise. -
getSubSysId
Sub sys ID of the GPU, only available on Windows. -
getRevision
Revision of the GPU, only available on Windows. -
getVendorString
String description of the GPU vendor, if the PCI ID is not available. -
getDeviceString
String description of the GPU device, if the PCI ID is not available. -
getDriverVendor
String description of the GPU driver vendor. -
getDriverVersion
String description of the GPU driver version.
-