Class EnableCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V131.PerformanceTimeline
- 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
EventTypes
Gets or sets the eventTypes
[JsonPropertyName("eventTypes")]
public string[] EventTypes { get; set; }
Property Value
- string[]