Table of Contents

Class GetFrameTreeCommandResponse

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

Response for Returns present frame tree structure.

public sealed class GetFrameTreeCommandResponse : ICommandResponse<GetFrameTreeCommandSettings>, ICommandResponse
Inheritance
GetFrameTreeCommandResponse
Implements
Inherited Members
Extension Methods

Properties

FrameTree

Present frame tree structure.

[JsonPropertyName("frameTree")]
public FrameTree FrameTree { get; set; }

Property Value

FrameTree