Class BrowsingContextInfo
- Namespace
- OpenQA.Selenium.BiDi.BrowsingContext
- Assembly
- WebDriver.dll
public sealed record BrowsingContextInfo : BrowsingContextEventArgs, IEquatable<EventArgs>, IEquatable<BrowsingContextEventArgs>, IEquatable<BrowsingContextInfo>
- Inheritance
-
BrowsingContextInfo
- Implements
- Inherited Members
Constructors
BrowsingContextInfo(BiDi, IReadOnlyList<BrowsingContextInfo>?, ClientWindow, BrowsingContext, BrowsingContext?, string, UserContext, BrowsingContext?)
public BrowsingContextInfo(BiDi BiDi, IReadOnlyList<BrowsingContextInfo>? Children, ClientWindow ClientWindow, BrowsingContext Context, BrowsingContext? OriginalOpener, string Url, UserContext UserContext, BrowsingContext? Parent)
Parameters
BiDiBiDiChildrenIReadOnlyList<BrowsingContextInfo>ClientWindowClientWindowContextBrowsingContextOriginalOpenerBrowsingContextUrlstringUserContextUserContextParentBrowsingContext
Properties
Children
public IReadOnlyList<BrowsingContextInfo>? Children { get; init; }
Property Value
ClientWindow
public ClientWindow ClientWindow { 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; }