Table of Contents

Class FrameResourceTree

Namespace
Selenium.WebDriver.BiDi.Cdp.Page
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Information about the Frame hierarchy along with their cached resources.

public sealed record FrameResourceTree : IEquatable<FrameResourceTree>
Inheritance
FrameResourceTree
Implements
Inherited Members

Constructors

FrameResourceTree(Frame, ImmutableArray<FrameResource>)

Information about the Frame hierarchy along with their cached resources.

public FrameResourceTree(Frame Frame, ImmutableArray<FrameResource> Resources)

Parameters

Frame Frame

Frame information for this tree item.

Resources ImmutableArray<FrameResource>

Information about frame resources.

Properties

ChildFrames

Child frames.

public ImmutableArray<FrameResourceTree>? ChildFrames { get; init; }

Property Value

ImmutableArray<FrameResourceTree>?

Frame

Frame information for this tree item.

public Frame Frame { get; init; }

Property Value

Frame

Resources

Information about frame resources.

public ImmutableArray<FrameResource> Resources { get; init; }

Property Value

ImmutableArray<FrameResource>