Table of Contents

Class PrefetchStatusUpdatedEventArgs

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

PrefetchStatusUpdated

public sealed class PrefetchStatusUpdatedEventArgs : EventArgs
Inheritance
PrefetchStatusUpdatedEventArgs
Inherited Members

Properties

InitiatingFrameId

Gets or sets the initiatingFrameId

[JsonPropertyName("initiatingFrameId")]
public string InitiatingFrameId { get; set; }

Property Value

string

Key

Gets or sets the key

[JsonPropertyName("key")]
public PreloadingAttemptKey Key { get; set; }

Property Value

PreloadingAttemptKey

PrefetchStatus

Gets or sets the prefetchStatus

[JsonPropertyName("prefetchStatus")]
public PrefetchStatus PrefetchStatus { get; set; }

Property Value

PrefetchStatus

PrefetchUrl

Gets or sets the prefetchUrl

[JsonPropertyName("prefetchUrl")]
public string PrefetchUrl { get; set; }

Property Value

string

RequestId

Gets or sets the requestId

[JsonPropertyName("requestId")]
public string RequestId { get; set; }

Property Value

string

Status

Gets or sets the status

[JsonPropertyName("status")]
public PreloadingStatus Status { get; set; }

Property Value

PreloadingStatus