java.lang.Object
org.openqa.selenium.devtools.v85.media.Media

@Beta public class Media extends Object
This domain allows detailed inspection of media elements
  • Constructor Details

    • Media

      public Media()
  • Method Details

    • enable

      public static org.openqa.selenium.devtools.Command<Void> enable()
      Enables the Media domain
    • disable

      public static org.openqa.selenium.devtools.Command<Void> disable()
      Disables the Media domain.
    • playerPropertiesChanged

      public static org.openqa.selenium.devtools.Event<PlayerPropertiesChanged> playerPropertiesChanged()
    • playerEventsAdded

      public static org.openqa.selenium.devtools.Event<PlayerEventsAdded> playerEventsAdded()
    • playerMessagesLogged

      public static org.openqa.selenium.devtools.Event<PlayerMessagesLogged> playerMessagesLogged()
    • playerErrorsRaised

      public static org.openqa.selenium.devtools.Event<PlayerErrorsRaised> playerErrorsRaised()
    • playersCreated

      public static org.openqa.selenium.devtools.Event<List<PlayerId>> playersCreated()