Table of Contents

Class AudioListenerWillBeDestroyedEventArgs

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

AudioListenerWillBeDestroyed

public sealed class AudioListenerWillBeDestroyedEventArgs : EventArgs
Inheritance
AudioListenerWillBeDestroyedEventArgs
Inherited Members

Properties

ContextId

Gets or sets the contextId

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

Property Value

string

ListenerId

Gets or sets the listenerId

[JsonPropertyName("listenerId")]
public string ListenerId { get; set; }

Property Value

string