java.lang.Object
org.openqa.selenium.devtools.v85.systeminfo.SystemInfo

@Beta public class SystemInfo extends Object
The SystemInfo domain defines methods and events for querying low-level system information.
  • Constructor Details

    • SystemInfo

      public SystemInfo()
  • Method Details

    • getInfo

      public static org.openqa.selenium.devtools.Command<SystemInfo.GetInfoResponse> getInfo()
      Returns information about the system.
    • getProcessInfo

      public static org.openqa.selenium.devtools.Command<List<ProcessInfo>> getProcessInfo()
      Returns information about all running processes.