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