Table of Contents

Class SetDOMBreakpointCommandSettings

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

Sets breakpoint on particular operation with DOM.

public sealed class SetDOMBreakpointCommandSettings : ICommand
Inheritance
SetDOMBreakpointCommandSettings
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 set breakpoint on.

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

Property Value

long

Type

Type of the operation to stop upon.

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

Property Value

DOMBreakpointType