Table of Contents

Class ContextWillBeDestroyedEventArgs

Namespace
OpenQA.Selenium.DevTools.V146.WebAudio
Assembly
Selenium.WebDriver.dll

Notifies that an existing BaseAudioContext will be destroyed.

public sealed class ContextWillBeDestroyedEventArgs : EventArgs
Inheritance
ContextWillBeDestroyedEventArgs
Inherited Members

Properties

ContextId

Gets or sets the contextId

[JsonPropertyName("contextId")]
public string ContextId { get; set; }

Property Value

string