Table of Contents

Class EnableCommandSettings

Namespace
OpenQA.Selenium.DevTools.V150.Performance
Assembly
Selenium.WebDriver.dll

Enable collecting and reporting metrics.

public sealed class EnableCommandSettings : ICommand
Inheritance
EnableCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

TimeDomain

Time domain to use for collecting and reporting duration metrics.

[JsonPropertyName("timeDomain")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? TimeDomain { get; set; }

Property Value

string