Class SystemInfo.GetInfoResponse

java.lang.Object
org.openqa.selenium.devtools.v85.systeminfo.SystemInfo.GetInfoResponse
Enclosing class:
SystemInfo

public static class SystemInfo.GetInfoResponse extends Object
  • Constructor Details

  • Method Details

    • getGpu

      public GPUInfo getGpu()
      Information about the GPUs on the system.
    • getModelName

      public String getModelName()
      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.
    • getModelVersion

      public String getModelVersion()
      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.
    • getCommandLine

      public String getCommandLine()
      The command line string used to launch the browser. Will be the empty string if not supported.