Table of Contents

Class RemoveDOMBreakpointCommandSettings

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

Removes DOM breakpoint that was set using setDOMBreakpoint.

public sealed class RemoveDOMBreakpointCommandSettings : ICommand
Inheritance
RemoveDOMBreakpointCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

NodeId

Identifier of the node to remove breakpoint from.

[JsonPropertyName("nodeId")]
public long NodeId { get; set; }

Property Value

long

Type

Type of the breakpoint to remove.

[JsonPropertyName("type")]
public DOMBreakpointType Type { get; set; }

Property Value

DOMBreakpointType