Table of Contents

Class FrameTree

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

Information about the Frame hierarchy.

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

Constructors

FrameTree(Frame)

Information about the Frame hierarchy.

public FrameTree(Frame Frame)

Parameters

Frame Frame

Frame information for this tree item.

Properties

ChildFrames

Child frames.

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

Property Value

ImmutableArray<FrameTree>?

Frame

Frame information for this tree item.

public Frame Frame { get; init; }

Property Value

Frame