Table of Contents

Class BreakLocation

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

BreakLocation

public sealed class BreakLocation
Inheritance
BreakLocation
Inherited Members

Properties

ColumnNumber

columnNumber

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

Property Value

long?

LineNumber

lineNumber

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

Property Value

long

ScriptId

scriptId

[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?