Table of Contents

Class Initiator

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

Initiator

public sealed class Initiator
Inheritance
Initiator
Inherited Members

Properties

LineNumber

lineNumber

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

Property Value

double?

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