Table of Contents

Class BrowsingContextInfo

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

Constructors

BrowsingContextInfo(IReadOnlyList<BrowsingContextInfo>?, ClientWindow, BrowsingContext, BrowsingContext?, string, UserContext, BrowsingContext?)

public BrowsingContextInfo(IReadOnlyList<BrowsingContextInfo>? Children, ClientWindow ClientWindow, BrowsingContext Context, BrowsingContext? OriginalOpener, string Url, UserContext UserContext, BrowsingContext? Parent)

Parameters

Children IReadOnlyList<BrowsingContextInfo>
ClientWindow ClientWindow
Context BrowsingContext
OriginalOpener BrowsingContext
Url string
UserContext UserContext
Parent BrowsingContext

Properties

Children

public IReadOnlyList<BrowsingContextInfo>? Children { get; init; }

Property Value

IReadOnlyList<BrowsingContextInfo>

ClientWindow

public ClientWindow ClientWindow { get; init; }

Property Value

ClientWindow

Context

public BrowsingContext Context { get; init; }

Property Value

BrowsingContext

OriginalOpener

public BrowsingContext? OriginalOpener { get; init; }

Property Value

BrowsingContext

Parent

public BrowsingContext? Parent { get; init; }

Property Value

BrowsingContext

Url

public string Url { get; init; }

Property Value

string

UserContext

public UserContext UserContext { get; init; }

Property Value

UserContext