Class SetDOMBreakpointCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V147.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
NodeId
Identifier of the node to set breakpoint on.
[JsonPropertyName("nodeId")]
public long NodeId { get; set; }
Property Value
Type
Type of the operation to stop upon.
[JsonPropertyName("type")]
public DOMBreakpointType Type { get; set; }