Table of Contents

Class ExecutionContextDestroyedEventArgs

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

ExecutionContextDestroyed

public sealed class ExecutionContextDestroyedEventArgs : EventArgs
Inheritance
ExecutionContextDestroyedEventArgs
Inherited Members

Properties

ExecutionContextId

Gets or sets the executionContextId

[JsonPropertyName("executionContextId")]
public long ExecutionContextId { get; set; }

Property Value

long

ExecutionContextUniqueId

Gets or sets the executionContextUniqueId

[JsonPropertyName("executionContextUniqueId")]
public string ExecutionContextUniqueId { get; set; }

Property Value

string