Class GetMetricsCommandResponse
- Namespace
- OpenQA.Selenium.DevTools.V85.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[]