Table of Contents

Class Info

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

Constructors

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

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

Parameters

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

Properties

Children

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

Property Value

IReadOnlyList<Info>

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