Table of Contents

Class PreloadingAttemptSourcesUpdatedEventArgs

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

PreloadingAttemptSourcesUpdated

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[]