Table of Contents

Class BackForwardCacheNotRestoredExplanation

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

BackForwardCacheNotRestoredExplanation

public sealed class BackForwardCacheNotRestoredExplanation
Inheritance
BackForwardCacheNotRestoredExplanation
Inherited Members

Properties

Context

Context associated with the reason. The meaning of this context is dependent on the reason:

  • EmbedderExtensionSentMessageToCachedFrame: the extension ID.
[JsonPropertyName("context")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Context { get; set; }

Property Value

string

Details

details

[JsonPropertyName("details")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public BackForwardCacheBlockingDetails[]? Details { get; set; }

Property Value

BackForwardCacheBlockingDetails[]

Reason

Not restored reason

[JsonPropertyName("reason")]
public BackForwardCacheNotRestoredReason Reason { get; set; }

Property Value

BackForwardCacheNotRestoredReason

Type

Type of the reason

[JsonPropertyName("type")]
public BackForwardCacheNotRestoredReasonType Type { get; set; }

Property Value

BackForwardCacheNotRestoredReasonType