Class SetTimeDomainCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V142.Performance
- Assembly
- WebDriver.dll
SetTimeDomain
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
TimeDomain
Gets or sets the timeDomain
[JsonPropertyName("timeDomain")]
public string TimeDomain { get; set; }