Table of Contents

Class FrameTree

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

Information about the Frame hierarchy.

public sealed class FrameTree
Inheritance
FrameTree
Inherited Members

Properties

ChildFrames

Child frames.

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

Property Value

FrameTree[]

Frame

Frame information for this tree item.

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

Property Value

Frame