java.lang.Object
org.openqa.selenium.devtools.v85.systeminfo.model.GPUDevice

public class GPUDevice extends Object
Describes a single graphics processor (GPU).
  • Constructor Details

  • Method Details

    • getVendorId

      public Number getVendorId()
      PCI ID of the GPU vendor, if available; 0 otherwise.
    • getDeviceId

      public Number getDeviceId()
      PCI ID of the GPU device, if available; 0 otherwise.
    • getSubSysId

      public Optional<Number> getSubSysId()
      Sub sys ID of the GPU, only available on Windows.
    • getRevision

      public Optional<Number> getRevision()
      Revision of the GPU, only available on Windows.
    • getVendorString

      public String getVendorString()
      String description of the GPU vendor, if the PCI ID is not available.
    • getDeviceString

      public String getDeviceString()
      String description of the GPU device, if the PCI ID is not available.
    • getDriverVendor

      public String getDriverVendor()
      String description of the GPU driver vendor.
    • getDriverVersion

      public String getDriverVersion()
      String description of the GPU driver version.