Table of Contents

Class PreloadingAttemptSourcesUpdatedEventArgs

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

Send a list of sources for all preloading attempts in a document.

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

Constructors

PreloadingAttemptSourcesUpdatedEventArgs(LoaderId, ImmutableArray<PreloadingAttemptSource>)

Send a list of sources for all preloading attempts in a document.

public PreloadingAttemptSourcesUpdatedEventArgs(LoaderId LoaderId, ImmutableArray<PreloadingAttemptSource> PreloadingAttemptSources)

Parameters

LoaderId LoaderId
PreloadingAttemptSources ImmutableArray<PreloadingAttemptSource>

Properties

LoaderId

public LoaderId LoaderId { get; init; }

Property Value

LoaderId

PreloadingAttemptSources

public ImmutableArray<PreloadingAttemptSource> PreloadingAttemptSources { get; init; }

Property Value

ImmutableArray<PreloadingAttemptSource>