Class Media


  • @Beta
    public class Media
    extends java.lang.Object
    This domain allows detailed inspection of media elements
    • Constructor Detail

      • Media

        public Media()
    • Method Detail

      • enable

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

        public static org.openqa.selenium.devtools.Command<java.lang.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<java.util.List<PlayerId>> playersCreated()