Table of Contents

Class StartPreciseCoverageCommandResponse

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

Response for Enable precise code coverage. Coverage data for JavaScript executed before enabling precise code coverage may be incomplete. Enabling prevents running optimized code and resets execution counters.

public sealed class StartPreciseCoverageCommandResponse : ICommandResponse<StartPreciseCoverageCommandSettings>, ICommandResponse
Inheritance
StartPreciseCoverageCommandResponse
Implements
Inherited Members
Extension Methods

Properties

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