Table of Contents

Class RemoveBreakpointCommandSettings

Namespace
OpenQA.Selenium.DevTools.V132.Debugger
Assembly
WebDriver.dll

RemoveBreakpoint

public sealed class RemoveBreakpointCommandSettings : ICommand
Inheritance
RemoveBreakpointCommandSettings
Implements
Inherited Members

Properties

BreakpointId

Gets or sets the breakpointId

[JsonPropertyName("breakpointId")]
public string BreakpointId { get; set; }

Property Value

string

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string