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
ChildrenIReadOnlyList<Info>ClientWindowClientWindowContextBrowsingContextOriginalOpenerBrowsingContextUrlstringUserContextUserContextParentBrowsingContext
Properties
Children
public IReadOnlyList<Info>? Children { get; init; }
Property Value
ClientWindow
public ClientWindow ClientWindow { get; init; }
Property Value
Context
public BrowsingContext Context { get; init; }
Property Value
OriginalOpener
public BrowsingContext? OriginalOpener { get; init; }
Property Value
Parent
public BrowsingContext? Parent { get; init; }
Property Value
Url
public string Url { get; init; }
Property Value
UserContext
public UserContext UserContext { get; init; }