Table of Contents

Class StartPreciseCoverageCommandSettings

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

StartPreciseCoverage

public sealed class StartPreciseCoverageCommandSettings : ICommand
Inheritance
StartPreciseCoverageCommandSettings
Implements
Inherited Members

Properties

AllowTriggeredUpdates

Gets or sets the allowTriggeredUpdates

[JsonPropertyName("allowTriggeredUpdates")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? AllowTriggeredUpdates { get; set; }

Property Value

bool?

CallCount

Gets or sets the callCount

[JsonPropertyName("callCount")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? CallCount { get; set; }

Property Value

bool?

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Detailed

Gets or sets the detailed

[JsonPropertyName("detailed")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Detailed { get; set; }

Property Value

bool?