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

public class ProcessInfo extends Object
Represents process info.
  • Constructor Details

  • Method Details

    • getType

      public String getType()
      Specifies process type.
    • getId

      public Integer getId()
      Specifies process id.
    • getCpuTime

      public Number getCpuTime()
      Specifies cumulative CPU usage in seconds across all threads of the process since the process start.