Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class FrameTree

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

FrameTree

public sealed class FrameTree
Inheritance
FrameTree
Inherited Members

Properties

ChildFrames

childFrames

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

Property Value

FrameTree[]

Frame

frame

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

Property Value

Frame