Table of Contents

Class PrefetchStatusUpdatedEventArgs

Namespace
Selenium.WebDriver.BiDi.Cdp.Preload
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Fired when a prefetch attempt is updated.

public sealed record PrefetchStatusUpdatedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<PrefetchStatusUpdatedEventArgs>
Inheritance
EventArgs
PrefetchStatusUpdatedEventArgs
Implements
IEquatable<EventArgs>
Inherited Members
EventArgs.ToString()
EventArgs.GetHashCode()
EventArgs.Equals(EventArgs)
EventArgs.<Clone>$()
EventArgs.BiDi
EventArgs.AdditionalData
EventArgs.AdditionalMessageData

Constructors

PrefetchStatusUpdatedEventArgs(PreloadingAttemptKey, PreloadPipelineId, FrameId, string, PreloadingStatus, PrefetchStatus, RequestId)

Fired when a prefetch attempt is updated.

public PrefetchStatusUpdatedEventArgs(PreloadingAttemptKey Key, PreloadPipelineId PipelineId, FrameId InitiatingFrameId, string PrefetchUrl, PreloadingStatus Status, PrefetchStatus PrefetchStatus, RequestId RequestId)

Parameters

Key PreloadingAttemptKey
PipelineId PreloadPipelineId
InitiatingFrameId FrameId

The frame id of the frame initiating prefetch.

PrefetchUrl string
Status PreloadingStatus
PrefetchStatus PrefetchStatus
RequestId RequestId

Properties

InitiatingFrameId

The frame id of the frame initiating prefetch.

public FrameId InitiatingFrameId { get; init; }

Property Value

FrameId

Key

public PreloadingAttemptKey Key { get; init; }

Property Value

PreloadingAttemptKey

PipelineId

public PreloadPipelineId PipelineId { get; init; }

Property Value

PreloadPipelineId

PrefetchStatus

public PrefetchStatus PrefetchStatus { get; init; }

Property Value

PrefetchStatus

PrefetchUrl

public string PrefetchUrl { get; init; }

Property Value

string

RequestId

public RequestId RequestId { get; init; }

Property Value

RequestId

Status

public PreloadingStatus Status { get; init; }

Property Value

PreloadingStatus