Table of Contents

Class BackForwardCacheNotUsedEventArgs

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

BackForwardCacheNotUsed

public sealed class BackForwardCacheNotUsedEventArgs : EventArgs
Inheritance
BackForwardCacheNotUsedEventArgs
Inherited Members

Properties

FrameId

Gets or sets the frameId

[JsonPropertyName("frameId")]
public string FrameId { get; set; }

Property Value

string

LoaderId

Gets or sets the loaderId

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

Property Value

string

NotRestoredExplanations

Gets or sets the notRestoredExplanations

[JsonPropertyName("notRestoredExplanations")]
public BackForwardCacheNotRestoredExplanation[] NotRestoredExplanations { get; set; }

Property Value

BackForwardCacheNotRestoredExplanation[]

NotRestoredExplanationsTree

Gets or sets the notRestoredExplanationsTree

[JsonPropertyName("notRestoredExplanationsTree")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public BackForwardCacheNotRestoredExplanationTree NotRestoredExplanationsTree { get; set; }

Property Value

BackForwardCacheNotRestoredExplanationTree