Class Media
- java.lang.Object
-
- org.openqa.selenium.devtools.v114.media.Media
-
@Beta public class Media extends java.lang.ObjectThis domain allows detailed inspection of media elements
-
-
Constructor Summary
Constructors Constructor Description Media()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.lang.Void>disable()Disables the Media domain.static org.openqa.selenium.devtools.Command<java.lang.Void>enable()Enables the Media domainstatic org.openqa.selenium.devtools.Event<PlayerErrorsRaised>playerErrorsRaised()static org.openqa.selenium.devtools.Event<PlayerEventsAdded>playerEventsAdded()static org.openqa.selenium.devtools.Event<PlayerMessagesLogged>playerMessagesLogged()static org.openqa.selenium.devtools.Event<PlayerPropertiesChanged>playerPropertiesChanged()static org.openqa.selenium.devtools.Event<java.util.List<PlayerId>>playersCreated()
-
-
-
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()
-
-