Table of Contents

Class TakePreciseCoverageResult

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

Constructors

TakePreciseCoverageResult(ImmutableArray<ScriptCoverage>, double)

public TakePreciseCoverageResult(ImmutableArray<ScriptCoverage> Result, double Timestamp)

Parameters

Result ImmutableArray<ScriptCoverage>

Coverage data for the current isolate.

Timestamp double

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

Properties

Result

Coverage data for the current isolate.

public ImmutableArray<ScriptCoverage> Result { get; init; }

Property Value

ImmutableArray<ScriptCoverage>

Timestamp

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

public double Timestamp { get; init; }

Property Value

double