Class SourceCodeLocation
- Namespace
- Selenium.WebDriver.BiDi.Cdp.Audits
- Assembly
- Selenium.WebDriver.BiDi.Cdp.dll
public sealed record SourceCodeLocation : IEquatable<SourceCodeLocation>
- Inheritance
-
SourceCodeLocation
- Implements
-
- Inherited Members
-
Constructors
SourceCodeLocation(string, long, long)
public SourceCodeLocation(string Url, long LineNumber, long ColumnNumber)
Parameters
Url string
LineNumber long
ColumnNumber long
Properties
ColumnNumber
public long ColumnNumber { get; init; }
Property Value
- long
LineNumber
public long LineNumber { get; init; }
Property Value
- long
ScriptId
public ScriptId? ScriptId { get; init; }
Property Value
- ScriptId
Url
public string Url { get; init; }
Property Value
- string