Table of Contents

Class BrowsingContextInfo

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

Constructors

BrowsingContextInfo(BiDi, IReadOnlyList<BrowsingContextInfo>, BrowsingContext, BrowsingContext, string, UserContext)

public BrowsingContextInfo(BiDi BiDi, IReadOnlyList<BrowsingContextInfo> Children, BrowsingContext Context, BrowsingContext OriginalOpener, string Url, UserContext UserContext)

Parameters

BiDi BiDi
Children IReadOnlyList<BrowsingContextInfo>
Context BrowsingContext
OriginalOpener BrowsingContext
Url string
UserContext UserContext

Properties

Children

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

Property Value

IReadOnlyList<BrowsingContextInfo>

OriginalOpener

public BrowsingContext OriginalOpener { get; init; }

Property Value

BrowsingContext

Parent

[JsonInclude]
public BrowsingContext? Parent { get; }

Property Value

BrowsingContext

Url

public string Url { get; init; }

Property Value

string

UserContext

public UserContext UserContext { get; init; }

Property Value

UserContext