Table of Contents

Class BackForwardCacheNotRestoredExplanation

Namespace
Selenium.WebDriver.BiDi.Cdp.Page
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record BackForwardCacheNotRestoredExplanation : IEquatable<BackForwardCacheNotRestoredExplanation>
Inheritance
BackForwardCacheNotRestoredExplanation
Implements
Inherited Members

Constructors

BackForwardCacheNotRestoredExplanation(BackForwardCacheNotRestoredReasonType, BackForwardCacheNotRestoredReason)

public BackForwardCacheNotRestoredExplanation(BackForwardCacheNotRestoredReasonType Type, BackForwardCacheNotRestoredReason Reason)

Parameters

Type BackForwardCacheNotRestoredReasonType

Type of the reason

Reason BackForwardCacheNotRestoredReason

Not restored reason

Properties

Context

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

  • EmbedderExtensionSentMessageToCachedFrame: the extension ID.
public string? Context { get; init; }

Property Value

string

Details

public ImmutableArray<BackForwardCacheBlockingDetails>? Details { get; init; }

Property Value

ImmutableArray<BackForwardCacheBlockingDetails>?

Reason

Not restored reason

public BackForwardCacheNotRestoredReason Reason { get; init; }

Property Value

BackForwardCacheNotRestoredReason

Type

Type of the reason

public BackForwardCacheNotRestoredReasonType Type { get; init; }

Property Value

BackForwardCacheNotRestoredReasonType