Table of Contents

Class PrefetchStatusUpdatedEventArgs

Namespace
OpenQA.Selenium.BiDi.Speculation
Assembly
Selenium.WebDriver.dll
public sealed record PrefetchStatusUpdatedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<PrefetchStatusUpdatedEventArgs>
Inheritance
PrefetchStatusUpdatedEventArgs
Implements
Inherited Members

Constructors

PrefetchStatusUpdatedEventArgs(IBiDi, BrowsingContext, string, PreloadingStatus)

public PrefetchStatusUpdatedEventArgs(IBiDi BiDi, BrowsingContext Context, string Url, PreloadingStatus Status)

Parameters

BiDi IBiDi
Context BrowsingContext
Url string
Status PreloadingStatus

Properties

Context

public BrowsingContext Context { get; init; }

Property Value

BrowsingContext

Status

public PreloadingStatus Status { get; init; }

Property Value

PreloadingStatus

Url

public string Url { get; init; }

Property Value

string