Table of Contents

Class GetMetricsCommandResponse

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

Response for Retrieve current values of run-time metrics.

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

Properties

Metrics

Current values for run-time metrics.

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

Property Value

Metric[]