Table of Contents

Class Metric

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

Run-time execution metric.

public sealed class Metric
Inheritance
Metric
Inherited Members

Properties

Name

Metric name.

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

Value

Metric value.

[JsonPropertyName("value")]
public double Value { get; set; }

Property Value

double