Table of Contents

Class GetTreeResult

Namespace
OpenQA.Selenium.BiDi.Modules.BrowsingContext
Assembly
WebDriver.dll
public record GetTreeResult : IEquatable<GetTreeResult>
Inheritance
GetTreeResult
Implements
Inherited Members

Constructors

GetTreeResult(IReadOnlyList<BrowsingContextInfo>)

public GetTreeResult(IReadOnlyList<BrowsingContextInfo> Contexts)

Parameters

Contexts IReadOnlyList<BrowsingContextInfo>

Properties

Contexts

public IReadOnlyList<BrowsingContextInfo> Contexts { get; init; }

Property Value

IReadOnlyList<BrowsingContextInfo>