java.lang.Object
org.openqa.selenium.devtools.v85.webaudio.WebAudio

@Beta public class WebAudio extends Object
This domain allows inspection of Web Audio API. https://webaudio.github.io/web-audio-api/
  • Constructor Details

    • WebAudio

      public WebAudio()
  • Method Details

    • enable

      public static org.openqa.selenium.devtools.Command<Void> enable()
      Enables the WebAudio domain and starts sending context lifetime events.
    • disable

      public static org.openqa.selenium.devtools.Command<Void> 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

      public static org.openqa.selenium.devtools.Event<BaseAudioContext> contextCreated()
    • contextWillBeDestroyed

      public static org.openqa.selenium.devtools.Event<GraphObjectId> contextWillBeDestroyed()
    • contextChanged

      public static org.openqa.selenium.devtools.Event<BaseAudioContext> contextChanged()
    • audioListenerCreated

      public static org.openqa.selenium.devtools.Event<AudioListener> audioListenerCreated()
    • audioListenerWillBeDestroyed

      public static org.openqa.selenium.devtools.Event<AudioListenerWillBeDestroyed> audioListenerWillBeDestroyed()
    • audioNodeCreated

      public static org.openqa.selenium.devtools.Event<AudioNode> audioNodeCreated()
    • audioNodeWillBeDestroyed

      public static org.openqa.selenium.devtools.Event<AudioNodeWillBeDestroyed> audioNodeWillBeDestroyed()
    • audioParamCreated

      public static org.openqa.selenium.devtools.Event<AudioParam> audioParamCreated()
    • audioParamWillBeDestroyed

      public static org.openqa.selenium.devtools.Event<AudioParamWillBeDestroyed> audioParamWillBeDestroyed()
    • nodesConnected

      public static org.openqa.selenium.devtools.Event<NodesConnected> nodesConnected()
    • nodesDisconnected

      public static org.openqa.selenium.devtools.Event<NodesDisconnected> nodesDisconnected()
    • nodeParamConnected

      public static org.openqa.selenium.devtools.Event<NodeParamConnected> nodeParamConnected()
    • nodeParamDisconnected

      public static org.openqa.selenium.devtools.Event<NodeParamDisconnected> nodeParamDisconnected()