Class ProcessInfo
- Namespace
- OpenQA.Selenium.DevTools.V148.SystemInfo
- Assembly
- Selenium.WebDriver.dll
Represents process info.
public sealed class ProcessInfo
- Inheritance
-
ProcessInfo
- Inherited Members
Properties
CpuTime
Specifies cumulative CPU usage in seconds across all threads of the process since the process start.
[JsonPropertyName("cpuTime")]
public double CpuTime { get; set; }
Property Value
Id
Specifies process id.
[JsonPropertyName("id")]
public long Id { get; set; }
Property Value
Type
Specifies process type.
[JsonPropertyName("type")]
public string Type { get; set; }