Class RemoveEventListenerBreakpointCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V85.DOMDebugger
- Assembly
- WebDriver.dll
RemoveEventListenerBreakpoint
public sealed class RemoveEventListenerBreakpointCommandSettings : ICommand
- Inheritance
-
RemoveEventListenerBreakpointCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
EventName
Gets or sets the eventName
[JsonPropertyName("eventName")]
public string EventName { get; set; }
Property Value
TargetName
Gets or sets the targetName
[JsonPropertyName("targetName")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string TargetName { get; set; }