Table of Contents

Class ExecutionContextCreatedEventArgs

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

Issued when new execution context is created.

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

Constructors

ExecutionContextCreatedEventArgs(ExecutionContextDescription)

Issued when new execution context is created.

public ExecutionContextCreatedEventArgs(ExecutionContextDescription Context)

Parameters

Context ExecutionContextDescription

A newly created execution context.

Properties

Context

A newly created execution context.

public ExecutionContextDescription Context { get; init; }

Property Value

ExecutionContextDescription