Table of Contents

Class GetTreeOptions

Namespace
OpenQA.Selenium.BiDi.BrowsingContext
Assembly
Selenium.WebDriver.dll
public sealed record GetTreeOptions : CommandOptions, IEquatable<CommandOptions>, IEquatable<GetTreeOptions>
Inheritance
GetTreeOptions
Implements
Inherited Members

Properties

MaxDepth

public long? MaxDepth { get; init; }

Property Value

long?

Root

public BrowsingContext? Root { get; init; }

Property Value

BrowsingContext