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
BiDiChildren
IReadOnlyList<BrowsingContextInfo>Context
BrowsingContextOriginalOpener
BrowsingContextUrl
stringUserContext
UserContext
Properties
Children
public IReadOnlyList<BrowsingContextInfo> Children { 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; }