Table of Contents

Class StartPreciseCoverageResult

Namespace
Selenium.WebDriver.BiDi.Cdp.Profiler
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record StartPreciseCoverageResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<StartPreciseCoverageResult>
Inheritance
EmptyResult
StartPreciseCoverageResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

StartPreciseCoverageResult(double)

public StartPreciseCoverageResult(double Timestamp)

Parameters

Timestamp double

Monotonically increasing time (in seconds) when the coverage update was taken in the backend.

Properties

Timestamp

Monotonically increasing time (in seconds) when the coverage update was taken in the backend.

public double Timestamp { get; init; }

Property Value

double