Table of Contents

Class GetFrameTreeCommandResponse

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

Response for GetFrameTree

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

Properties

FrameTree

Gets or sets the frameTree

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

Property Value

FrameTree