Table of Contents

Class BackForwardCacheNotRestoredExplanationTree

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

BackForwardCacheNotRestoredExplanationTree

public sealed class BackForwardCacheNotRestoredExplanationTree
Inheritance
BackForwardCacheNotRestoredExplanationTree
Inherited Members

Properties

Children

Array of children frame

[JsonPropertyName("children")]
public BackForwardCacheNotRestoredExplanationTree[] Children { get; set; }

Property Value

BackForwardCacheNotRestoredExplanationTree[]

Explanations

Not restored reasons of each frame

[JsonPropertyName("explanations")]
public BackForwardCacheNotRestoredExplanation[] Explanations { get; set; }

Property Value

BackForwardCacheNotRestoredExplanation[]

Url

URL of each frame

[JsonPropertyName("url")]
public string Url { get; set; }

Property Value

string