Table of Contents

Class GetTreeOptions

Namespace
OpenQA.Selenium.BiDi.BrowsingContext
Assembly
WebDriver.dll
public sealed class GetTreeOptions : CommandOptions
Inheritance
GetTreeOptions
Inherited Members

Constructors

GetTreeOptions()

public GetTreeOptions()

Properties

MaxDepth

public long? MaxDepth { get; set; }

Property Value

long?

Root

public BrowsingContext? Root { get; set; }

Property Value

BrowsingContext