Table of Contents

Class GetRuntimeCallStatsCommandResponse

Namespace
OpenQA.Selenium.DevTools.V85.Profiler
Assembly
WebDriver.dll

Response for GetRuntimeCallStats

public sealed class GetRuntimeCallStatsCommandResponse : ICommandResponse<GetRuntimeCallStatsCommandSettings>, ICommandResponse
Inheritance
GetRuntimeCallStatsCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Result

Gets or sets the result

[JsonPropertyName("result")]
public CounterInfo[] Result { get; set; }

Property Value

CounterInfo[]