Table of Contents

Class MetricsEventArgs

Namespace
Selenium.WebDriver.BiDi.Cdp.Performance
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Current values of the metrics.

public sealed record MetricsEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<MetricsEventArgs>
Inheritance
EventArgs
MetricsEventArgs
Implements
IEquatable<EventArgs>
Inherited Members
EventArgs.ToString()
EventArgs.GetHashCode()
EventArgs.Equals(EventArgs)
EventArgs.<Clone>$()
EventArgs.BiDi
EventArgs.AdditionalData
EventArgs.AdditionalMessageData

Constructors

MetricsEventArgs(ImmutableArray<Metric>, string)

Current values of the metrics.

public MetricsEventArgs(ImmutableArray<Metric> Metrics, string Title)

Parameters

Metrics ImmutableArray<Metric>

Current values of the metrics.

Title string

Timestamp title.

Properties

Metrics

Current values of the metrics.

public ImmutableArray<Metric> Metrics { get; init; }

Property Value

ImmutableArray<Metric>

Title

Timestamp title.

public string Title { get; init; }

Property Value

string