Class SystemInfo


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

      Constructors 
      Constructor Description
      SystemInfo()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.openqa.selenium.devtools.Command<SystemInfo.GetInfoResponse> getInfo()
      Returns information about the system.
      static org.openqa.selenium.devtools.Command<java.util.List<ProcessInfo>> getProcessInfo()
      Returns information about all running processes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SystemInfo

        public SystemInfo()
    • Method Detail

      • getInfo

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

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