Table of Contents

Class GetMetricsCommandResponse

Namespace
OpenQA.Selenium.DevTools.V131.Performance
Assembly
WebDriver.dll

Response for GetMetrics

public sealed class GetMetricsCommandResponse : ICommandResponse<GetMetricsCommandSettings>, ICommandResponse
Inheritance
GetMetricsCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Metrics

Gets or sets the metrics

[JsonPropertyName("metrics")]
public Metric[] Metrics { get; set; }

Property Value

Metric[]