Table of Contents

Class ExecutionContextCreatedEventArgs

Namespace
OpenQA.Selenium.DevTools.V147.Runtime
Assembly
Selenium.WebDriver.dll

Issued when new execution context is created.

public sealed class ExecutionContextCreatedEventArgs : EventArgs
Inheritance
ExecutionContextCreatedEventArgs
Inherited Members

Properties

Context

A newly created execution context.

[JsonPropertyName("context")]
public ExecutionContextDescription Context { get; set; }

Property Value

ExecutionContextDescription