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)
public BrowsingContextInfo(BiDi BiDi, IReadOnlyList<BrowsingContextInfo>? Children, ClientWindow ClientWindow, BrowsingContext Context, BrowsingContext? OriginalOpener, string Url, UserContext UserContext)
Parameters
BiDi
BiDiChildren
IReadOnlyList<BrowsingContextInfo>ClientWindow
ClientWindowContext
BrowsingContextOriginalOpener
BrowsingContextUrl
stringUserContext
UserContext
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
[JsonInclude]
public BrowsingContext? Parent { get; }
Property Value
Url
public string Url { get; init; }
Property Value
UserContext
public UserContext UserContext { get; init; }