Table of Contents

Class GetProcessInfoCommandResponse

Namespace
OpenQA.Selenium.DevTools.V132.SystemInfo
Assembly
WebDriver.dll

Response for GetProcessInfo

public sealed class GetProcessInfoCommandResponse : ICommandResponse<GetProcessInfoCommandSettings>, ICommandResponse
Inheritance
GetProcessInfoCommandResponse
Implements
Inherited Members
Extension Methods

Properties

ProcessInfo

Gets or sets the processInfo

[JsonPropertyName("processInfo")]
public ProcessInfo[] ProcessInfo { get; set; }

Property Value

ProcessInfo[]