Class GetTreeResult
- Namespace
- OpenQA.Selenium.BiDi.BrowsingContext
- Assembly
- WebDriver.dll
public sealed record GetTreeResult : EmptyResult, IEquatable<EmptyResult>, IReadOnlyList<BrowsingContextInfo>, IReadOnlyCollection<BrowsingContextInfo>, IEnumerable<BrowsingContextInfo>, IEnumerable, IEquatable<GetTreeResult>
- Inheritance
-
GetTreeResult
- Implements
- Inherited Members
Properties
Contexts
public IReadOnlyList<BrowsingContextInfo> Contexts { get; }
Property Value
Count
public int Count { get; }
Property Value
this[int]
public BrowsingContextInfo this[int index] { get; }
Parameters
index
int
Property Value
Methods
GetEnumerator()
public IEnumerator<BrowsingContextInfo> GetEnumerator()