Table of Contents

Class Initiator

Namespace
OpenQA.Selenium.BiDi.Modules.Network
Assembly
WebDriver.dll
public record Initiator : IEquatable<Initiator>
Inheritance
Initiator
Implements
Inherited Members

Constructors

Initiator(InitiatorType)

public Initiator(InitiatorType Type)

Parameters

Type InitiatorType

Properties

ColumnNumber

public long? ColumnNumber { get; set; }

Property Value

long?

LineNumber

public long? LineNumber { get; set; }

Property Value

long?

Request

public Request? Request { get; set; }

Property Value

Request

StackTrace

public StackTrace? StackTrace { get; set; }

Property Value

StackTrace

Type

public InitiatorType Type { get; init; }

Property Value

InitiatorType