Table of Contents

Class ExecutionContextDestroyedEventArgs

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

Issued when execution context is destroyed.

public sealed class ExecutionContextDestroyedEventArgs : EventArgs
Inheritance
ExecutionContextDestroyedEventArgs
Inherited Members

Properties

ExecutionContextId

Id of the destroyed context

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

Property Value

long

ExecutionContextUniqueId

Unique Id of the destroyed context

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

Property Value

string