Table of Contents

Class EnableCommandSettings

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

Enable

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

Gets or sets the timeDomain

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

Property Value

string