Class GetTreeOptions
- Namespace
- OpenQA.Selenium.BiDi.Modules.BrowsingContext
- Assembly
- WebDriver.dll
public record GetTreeOptions : CommandOptions, IEquatable<CommandOptions>, IEquatable<GetTreeOptions>
- Inheritance
-
GetTreeOptions
- Implements
- Inherited Members
Constructors
GetTreeOptions()
public GetTreeOptions()
Properties
MaxDepth
public long? MaxDepth { get; set; }
Property Value
- long?
Root
public BrowsingContext? Root { get; set; }