Table of Contents

Class ExecutionContextDestroyedEventArgs

Namespace
Selenium.WebDriver.BiDi.Cdp.Runtime
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Issued when execution context is destroyed.

public sealed record ExecutionContextDestroyedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<ExecutionContextDestroyedEventArgs>
Inheritance
EventArgs
ExecutionContextDestroyedEventArgs
Implements
IEquatable<EventArgs>
Inherited Members
EventArgs.ToString()
EventArgs.GetHashCode()
EventArgs.Equals(EventArgs)
EventArgs.<Clone>$()
EventArgs.BiDi
EventArgs.AdditionalData
EventArgs.AdditionalMessageData

Constructors

ExecutionContextDestroyedEventArgs(ExecutionContextId, string)

Issued when execution context is destroyed.

public ExecutionContextDestroyedEventArgs(ExecutionContextId ExecutionContextId, string ExecutionContextUniqueId)

Parameters

ExecutionContextId ExecutionContextId

Id of the destroyed context

ExecutionContextUniqueId string

Unique Id of the destroyed context

Properties

ExecutionContextId

Id of the destroyed context

public ExecutionContextId ExecutionContextId { get; init; }

Property Value

ExecutionContextId

ExecutionContextUniqueId

Unique Id of the destroyed context

public string ExecutionContextUniqueId { get; init; }

Property Value

string