Table of Contents

Class RemoveInstrumentationBreakpointCommandSettings

Namespace
OpenQA.Selenium.DevTools.V131.DOMDebugger
Assembly
WebDriver.dll

RemoveInstrumentationBreakpoint

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

string

EventName

Gets or sets the eventName

[JsonPropertyName("eventName")]
public string EventName { get; set; }

Property Value

string