Table of Contents

Class AudioNodeWillBeDestroyedEventArgs

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

AudioNodeWillBeDestroyed

public sealed class AudioNodeWillBeDestroyedEventArgs : EventArgs
Inheritance
AudioNodeWillBeDestroyedEventArgs
Inherited Members

Properties

ContextId

Gets or sets the contextId

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

Property Value

string

NodeId

Gets or sets the nodeId

[JsonPropertyName("nodeId")]
public string NodeId { get; set; }

Property Value

string