Class ClearEventsCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V141.BackgroundService
- Assembly
- WebDriver.dll
ClearEvents
public sealed class ClearEventsCommandSettings : ICommand- Inheritance
- 
      
      ClearEventsCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
Service
Gets or sets the service
[JsonPropertyName("service")]
public ServiceName Service { get; set; }