Table of Contents

Class Metric

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

Metric

public sealed class Metric
Inheritance
Metric
Inherited Members

Properties

Name

name

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

Property Value

string

Value

value

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

Property Value

double