Class EnableCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V149.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
TimeDomain
Time domain to use for collecting and reporting duration metrics.
[JsonPropertyName("timeDomain")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? TimeDomain { get; set; }