Table of Contents

Class Initiator

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

Initiator

public sealed class Initiator
Inheritance
Initiator
Inherited Members

Properties

ColumnNumber

columnNumber

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

Property Value

double?

LineNumber

lineNumber

[JsonPropertyName("lineNumber")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? LineNumber { get; set; }

Property Value

double?

RequestId

requestId

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

Property Value

string

Stack

stack

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

Property Value

StackTrace

Type

type

[JsonPropertyName("type")]
public InitiatorTypeValues Type { get; set; }

Property Value

InitiatorTypeValues

Url

url

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

Property Value

string