Class RemoveEventListenerBreakpointCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V148.DOMDebugger
- Assembly
- Selenium.WebDriver.dll
Removes breakpoint on particular DOM event.
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
Event name.
[JsonPropertyName("eventName")]
public string EventName { get; set; }
Property Value
TargetName
EventTarget interface name.
[JsonPropertyName("targetName")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? TargetName { get; set; }