Class RemoveInstrumentationBreakpointCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V148.DOMDebugger
- Assembly
- Selenium.WebDriver.dll
Removes breakpoint on particular native event.
public sealed class RemoveInstrumentationBreakpointCommandSettings : ICommand
- Inheritance
-
RemoveInstrumentationBreakpointCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
EventName
Instrumentation name to stop on.
[JsonPropertyName("eventName")]
public string EventName { get; set; }