Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class GetProcessInfoCommandResponse

Namespace
OpenQA.Selenium.DevTools.V136.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[]