Table of Contents

Class Location

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

Location in the source code.

public sealed class Location
Inheritance
Location
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