Table of Contents

Class SetTimeDomainCommandSettings

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

Sets time domain to use for collecting and reporting duration metrics. Note that this must be called before enabling metrics collection. Calling this method while metrics collection is enabled returns an error.

public sealed class SetTimeDomainCommandSettings : ICommand
Inheritance
SetTimeDomainCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

TimeDomain

Time domain

[JsonPropertyName("timeDomain")]
public string TimeDomain { get; set; }

Property Value

string