Table of Contents

Class FrameResourceTree

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

Information about the Frame hierarchy along with their cached resources.

public sealed class FrameResourceTree
Inheritance
FrameResourceTree
Inherited Members

Properties

ChildFrames

Child frames.

[JsonPropertyName("childFrames")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public FrameResourceTree[]? ChildFrames { get; set; }

Property Value

FrameResourceTree[]

Frame

Frame information for this tree item.

[JsonPropertyName("frame")]
public Frame Frame { get; set; }

Property Value

Frame

Resources

Information about frame resources.

[JsonPropertyName("resources")]
public FrameResource[] Resources { get; set; }

Property Value

FrameResource[]