Selenium.WebDriver by Selenium Committers

<PackageReference Include="Selenium.WebDriver" Version="4.14.1" />

.NET API 4,276,224 bytes

 OpenQA.Selenium.DevTools.V116.WebAudio

Namespace with 30 public types

 Classes

 AudioListener Protocol object for AudioListener
 AudioListenerCreatedEventArgs Notifies that the construction of an AudioListener has finished.
 AudioListenerWillBeDestroyedEventArgs Notifies that a new AudioListener has been created.
 AudioNode Protocol object for AudioNode
 AudioNodeCreatedEventArgs Notifies that a new AudioNode has been created.
 AudioNodeWillBeDestroyedEventArgs Notifies that an existing AudioNode has been destroyed.
 AudioParam Protocol object for AudioParam
 AudioParamCreatedEventArgs Notifies that a new AudioParam has been created.
 AudioParamWillBeDestroyedEventArgs Notifies that an existing AudioParam has been destroyed.
 BaseAudioContext Protocol object for BaseAudioContext
 ContextChangedEventArgs Notifies that existing BaseAudioContext has changed some properties (id stays the same)..
 ContextCreatedEventArgs Notifies that a new BaseAudioContext has been created.
 ContextRealtimeData Fields in AudioContext that change in real-time.
 ContextWillBeDestroyedEventArgs Notifies that an existing BaseAudioContext will be destroyed.
 DisableCommandResponse Response for Disables the WebAudio domain.
 DisableCommandSettings Disables the WebAudio domain.
 EnableCommandResponse Response for Enables the WebAudio domain and starts sending context lifetime events.
 EnableCommandSettings Enables the WebAudio domain and starts sending context lifetime events.
 GetRealtimeDataCommandResponse Response for Fetch the realtime data from the registered contexts.
 GetRealtimeDataCommandSettings Fetch the realtime data from the registered contexts.
 NodeParamConnectedEventArgs Notifies that an AudioNode is connected to an AudioParam.
 NodeParamDisconnectedEventArgs Notifies that an AudioNode is disconnected to an AudioParam.
 NodesConnectedEventArgs Notifies that two AudioNodes are connected.
 NodesDisconnectedEventArgs Notifies that AudioNodes are disconnected. The destination can be null, and it means all the outgoing connections from the source are disconnected.
 WebAudioAdapter Represents an adapter for the WebAudio domain to simplify the command interface.

 Enumerations

 AutomationRate Enum of AudioParam::AutomationRate from the spec
 ChannelCountMode Enum of AudioNode::ChannelCountMode from the spec
 ChannelInterpretation Enum of AudioNode::ChannelInterpretation from the spec
 ContextState Enum of AudioContextState from the spec
 ContextType Enum of BaseAudioContext types