Table of Contents

Class TakePreciseCoverageCommandResponse

Namespace
OpenQA.Selenium.DevTools.V146.Profiler
Assembly
Selenium.WebDriver.dll

Response for Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started.

public sealed class TakePreciseCoverageCommandResponse : ICommandResponse<TakePreciseCoverageCommandSettings>, ICommandResponse
Inheritance
TakePreciseCoverageCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Result

Coverage data for the current isolate.

[JsonPropertyName("result")]
public ScriptCoverage[] Result { get; set; }

Property Value

ScriptCoverage[]

Timestamp

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

[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }

Property Value

double