Class WebAudio
java.lang.Object
org.openqa.selenium.devtools.v125.webaudio.WebAudio
This domain allows inspection of Web Audio API.
 https://webaudio.github.io/web-audio-api/
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Event<AudioListener>static org.openqa.selenium.devtools.Event<AudioListenerWillBeDestroyed>static org.openqa.selenium.devtools.Event<AudioNode>static org.openqa.selenium.devtools.Event<AudioNodeWillBeDestroyed>static org.openqa.selenium.devtools.Event<AudioParam>static org.openqa.selenium.devtools.Event<AudioParamWillBeDestroyed>static org.openqa.selenium.devtools.Event<BaseAudioContext>static org.openqa.selenium.devtools.Event<BaseAudioContext>static org.openqa.selenium.devtools.Event<GraphObjectId>static org.openqa.selenium.devtools.Command<Void>disable()Disables the WebAudio domain.static org.openqa.selenium.devtools.Command<Void>enable()Enables the WebAudio domain and starts sending context lifetime events.static org.openqa.selenium.devtools.Command<ContextRealtimeData>getRealtimeData(GraphObjectId contextId) Fetch the realtime data from the registered contexts.static org.openqa.selenium.devtools.Event<NodeParamConnected>static org.openqa.selenium.devtools.Event<NodeParamDisconnected>static org.openqa.selenium.devtools.Event<NodesConnected>static org.openqa.selenium.devtools.Event<NodesDisconnected> 
- 
Constructor Details
- 
WebAudio
public WebAudio() 
 - 
 - 
Method Details
- 
enable
Enables the WebAudio domain and starts sending context lifetime events. - 
disable
Disables the WebAudio domain. - 
getRealtimeData
public static org.openqa.selenium.devtools.Command<ContextRealtimeData> getRealtimeData(GraphObjectId contextId) Fetch the realtime data from the registered contexts. - 
contextCreated
 - 
contextWillBeDestroyed
 - 
contextChanged
 - 
audioListenerCreated
 - 
audioListenerWillBeDestroyed
public static org.openqa.selenium.devtools.Event<AudioListenerWillBeDestroyed> audioListenerWillBeDestroyed() - 
audioNodeCreated
 - 
audioNodeWillBeDestroyed
public static org.openqa.selenium.devtools.Event<AudioNodeWillBeDestroyed> audioNodeWillBeDestroyed() - 
audioParamCreated
 - 
audioParamWillBeDestroyed
public static org.openqa.selenium.devtools.Event<AudioParamWillBeDestroyed> audioParamWillBeDestroyed() - 
nodesConnected
 - 
nodesDisconnected
 - 
nodeParamConnected
 - 
nodeParamDisconnected
 
 -