Table of Contents

Class ScriptFailedToParseEventArgs

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

ScriptFailedToParse

public sealed class ScriptFailedToParseEventArgs : EventArgs
Inheritance
ScriptFailedToParseEventArgs
Inherited Members

Properties

CodeOffset

Gets or sets the codeOffset

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

Property Value

long?

EndColumn

Gets or sets the endColumn

[JsonPropertyName("endColumn")]
public long EndColumn { get; set; }

Property Value

long

EndLine

Gets or sets the endLine

[JsonPropertyName("endLine")]
public long EndLine { get; set; }

Property Value

long

ExecutionContextAuxData

Gets or sets the executionContextAuxData

[JsonPropertyName("executionContextAuxData")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public object ExecutionContextAuxData { get; set; }

Property Value

object

ExecutionContextId

Gets or sets the executionContextId

[JsonPropertyName("executionContextId")]
public long ExecutionContextId { get; set; }

Property Value

long

HasSourceURL

Gets or sets the hasSourceURL

[JsonPropertyName("hasSourceURL")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? HasSourceURL { get; set; }

Property Value

bool?

Hash

Gets or sets the hash

[JsonPropertyName("hash")]
public string Hash { get; set; }

Property Value

string

IsModule

Gets or sets the isModule

[JsonPropertyName("isModule")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IsModule { get; set; }

Property Value

bool?

Length

Gets or sets the length

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

Property Value

long?

ScriptId

Gets or sets the scriptId

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

Property Value

string

ScriptLanguage

Gets or sets the scriptLanguage

[JsonPropertyName("scriptLanguage")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ScriptLanguage? ScriptLanguage { get; set; }

Property Value

ScriptLanguage?

SourceMapURL

Gets or sets the sourceMapURL

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

Property Value

string

StackTrace

Gets or sets the stackTrace

[JsonPropertyName("stackTrace")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StackTrace StackTrace { get; set; }

Property Value

StackTrace

StartColumn

Gets or sets the startColumn

[JsonPropertyName("startColumn")]
public long StartColumn { get; set; }

Property Value

long

StartLine

Gets or sets the startLine

[JsonPropertyName("startLine")]
public long StartLine { get; set; }

Property Value

long

Url

Gets or sets the url

[JsonPropertyName("url")]
public string Url { get; set; }

Property Value

string