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