Table of Contents

Class SetBreakpointCommandSettings

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

SetBreakpoint

public sealed class SetBreakpointCommandSettings : ICommand
Inheritance
SetBreakpointCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Condition

Gets or sets the condition

[JsonPropertyName("condition")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Condition { get; set; }

Property Value

string

Location

Gets or sets the location

[JsonPropertyName("location")]
public Location Location { get; set; }

Property Value

Location