Uses of Enum Class
org.openqa.selenium.devtools.v141.media.model.PlayerMessage.Level
Packages that use PlayerMessage.Level
-
Uses of PlayerMessage.Level in org.openqa.selenium.devtools.v141.media.model
Methods in org.openqa.selenium.devtools.v141.media.model that return PlayerMessage.LevelModifier and TypeMethodDescriptionstatic PlayerMessage.LevelPlayerMessage.Level.fromString(String s) PlayerMessage.getLevel()Keep in sync with MediaLogMessageLevel We are currently keeping the message level 'error' separate from the PlayerError type because right now they represent different things, this one being a DVLOG(ERROR) style log message that gets printed based on what log level is selected in the UI, and the other is a representation of a media::PipelineStatus object.static PlayerMessage.LevelReturns the enum constant of this class with the specified name.static PlayerMessage.Level[]PlayerMessage.Level.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.media.model with parameters of type PlayerMessage.Level