Table of Contents

Class GetResourceTreeCommandResponse

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

Response for Returns present frame / resource tree structure.

public sealed class GetResourceTreeCommandResponse : ICommandResponse<GetResourceTreeCommandSettings>, ICommandResponse
Inheritance
GetResourceTreeCommandResponse
Implements
Inherited Members
Extension Methods

Properties

FrameTree

Present frame / resource tree structure.

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

Property Value

FrameResourceTree