Table of Contents

Class AudioListenerCreatedEventArgs

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

Notifies that the construction of an AudioListener has finished.

public sealed class AudioListenerCreatedEventArgs : EventArgs
Inheritance
AudioListenerCreatedEventArgs
Inherited Members

Properties

Listener

Gets or sets the listener

[JsonPropertyName("listener")]
public AudioListener Listener { get; set; }

Property Value

AudioListener