Table of Contents

Class BreakLocation

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

BreakLocation

public sealed class BreakLocation
Inheritance
BreakLocation
Inherited Members

Properties

ColumnNumber

Column number in the script (0-based).

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

Property Value

long?

LineNumber

Line number in the script (0-based).

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

Property Value

long

ScriptId

Script identifier as reported in the Debugger.scriptParsed.

[JsonPropertyName("scriptId")]
public string ScriptId { get; set; }

Property Value

string

Type

type

[JsonPropertyName("type")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public BreakLocationTypeValues? Type { get; set; }

Property Value

BreakLocationTypeValues?