Table of Contents

Class PreloadingAttemptSourcesUpdatedEventArgs

Namespace
OpenQA.Selenium.DevTools.V147.Preload
Assembly
Selenium.WebDriver.dll

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

public sealed class PreloadingAttemptSourcesUpdatedEventArgs : EventArgs
Inheritance
PreloadingAttemptSourcesUpdatedEventArgs
Inherited Members

Properties

LoaderId

Gets or sets the loaderId

[JsonPropertyName("loaderId")]
public string LoaderId { get; set; }

Property Value

string

PreloadingAttemptSources

Gets or sets the preloadingAttemptSources

[JsonPropertyName("preloadingAttemptSources")]
public PreloadingAttemptSource[] PreloadingAttemptSources { get; set; }

Property Value

PreloadingAttemptSource[]