Table of Contents

Class BaseParametersEventArgs

Namespace
OpenQA.Selenium.BiDi.Network
Assembly
WebDriver.dll
public abstract record BaseParametersEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<BaseParametersEventArgs>
Inheritance
BaseParametersEventArgs
Implements
Derived
Inherited Members

Constructors

BaseParametersEventArgs(BrowsingContext?, bool, Navigation?, long, RequestData, DateTimeOffset, IReadOnlyList<Intercept>?)

protected BaseParametersEventArgs(BrowsingContext? Context, bool IsBlocked, Navigation? Navigation, long RedirectCount, RequestData Request, DateTimeOffset Timestamp, IReadOnlyList<Intercept>? Intercepts)

Parameters

Context BrowsingContext
IsBlocked bool
Navigation Navigation
RedirectCount long
Request RequestData
Timestamp DateTimeOffset
Intercepts IReadOnlyList<Intercept>

Properties

Context

public BrowsingContext? Context { get; init; }

Property Value

BrowsingContext

Intercepts

public IReadOnlyList<Intercept>? Intercepts { get; init; }

Property Value

IReadOnlyList<Intercept>

IsBlocked

public bool IsBlocked { get; init; }

Property Value

bool

Navigation

public Navigation? Navigation { get; init; }

Property Value

Navigation

RedirectCount

public long RedirectCount { get; init; }

Property Value

long

Request

public RequestData Request { get; init; }

Property Value

RequestData

Timestamp

public DateTimeOffset Timestamp { get; init; }

Property Value

DateTimeOffset