Table of Contents

Class ExecutionContextCreatedEventArgs

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

ExecutionContextCreated

public sealed class ExecutionContextCreatedEventArgs : EventArgs
Inheritance
ExecutionContextCreatedEventArgs
Inherited Members

Properties

Context

Gets or sets the context

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

Property Value

ExecutionContextDescription