Table of Contents

Class BackForwardCacheNotRestoredExplanation

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

BackForwardCacheNotRestoredExplanation

public sealed class BackForwardCacheNotRestoredExplanation
Inheritance
BackForwardCacheNotRestoredExplanation
Inherited Members

Properties

Context

context

[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

reason

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

Property Value

BackForwardCacheNotRestoredReason

Type

type

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

Property Value

BackForwardCacheNotRestoredReasonType