Table of Contents

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(IBiDi, IReadOnlyList<Info>?, ClientWindow, BrowsingContext, BrowsingContext?, string, UserContext, BrowsingContext?)

public ContextDestroyedEventArgs(IBiDi BiDi, IReadOnlyList<Info>? Children, ClientWindow ClientWindow, BrowsingContext Context, BrowsingContext? OriginalOpener, string Url, UserContext UserContext, BrowsingContext? Parent)

Parameters

BiDi IBiDi
Children IReadOnlyList<Info>
ClientWindow ClientWindow
Context BrowsingContext
OriginalOpener BrowsingContext
Url string
UserContext UserContext
Parent BrowsingContext

Properties

Children

public IReadOnlyList<Info>? Children { get; init; }

Property Value

IReadOnlyList<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