Table of Contents

Class SetBreakpointByUrlCommandSettings

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

SetBreakpointByUrl

public sealed class SetBreakpointByUrlCommandSettings : ICommand
Inheritance
SetBreakpointByUrlCommandSettings
Implements
Inherited Members

Properties

ColumnNumber

Gets or sets the columnNumber

[JsonPropertyName("columnNumber")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? ColumnNumber { get; set; }

Property Value

long?

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

LineNumber

Gets or sets the lineNumber

[JsonPropertyName("lineNumber")]
public long LineNumber { get; set; }

Property Value

long

ScriptHash

Gets or sets the scriptHash

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

Property Value

string

Url

Gets or sets the url

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

Property Value

string

UrlRegex

Gets or sets the urlRegex

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

Property Value

string