Uses of Class
org.openqa.selenium.devtools.media.model.PlayerEventType
-
Packages that use PlayerEventType Package Description org.openqa.selenium.devtools.media.model -
-
Uses of PlayerEventType in org.openqa.selenium.devtools.media.model
Methods in org.openqa.selenium.devtools.media.model that return PlayerEventType Modifier and Type Method Description static PlayerEventTypePlayerEventType. fromString(java.lang.String s)PlayerEventTypePlayerEvent. getType()static PlayerEventTypePlayerEventType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PlayerEventType[]PlayerEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.media.model with parameters of type PlayerEventType Constructor Description PlayerEvent(PlayerEventType type, Timestamp timestamp, java.lang.String name, java.lang.String value)
-