Table of Contents

Class BackForwardCacheNotRestoredExplanationTree

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

Constructors

BackForwardCacheNotRestoredExplanationTree(string, ImmutableArray<BackForwardCacheNotRestoredExplanation>, ImmutableArray<BackForwardCacheNotRestoredExplanationTree>)

public BackForwardCacheNotRestoredExplanationTree(string Url, ImmutableArray<BackForwardCacheNotRestoredExplanation> Explanations, ImmutableArray<BackForwardCacheNotRestoredExplanationTree> Children)

Parameters

Url string

URL of each frame

Explanations ImmutableArray<BackForwardCacheNotRestoredExplanation>

Not restored reasons of each frame

Children ImmutableArray<BackForwardCacheNotRestoredExplanationTree>

Array of children frame

Properties

Children

Array of children frame

public ImmutableArray<BackForwardCacheNotRestoredExplanationTree> Children { get; init; }

Property Value

ImmutableArray<BackForwardCacheNotRestoredExplanationTree>

Explanations

Not restored reasons of each frame

public ImmutableArray<BackForwardCacheNotRestoredExplanation> Explanations { get; init; }

Property Value

ImmutableArray<BackForwardCacheNotRestoredExplanation>

Url

URL of each frame

public string Url { get; init; }

Property Value

string