Uses of Class
org.openqa.selenium.devtools.media.model.PlayerMessage.Level
-
Packages that use PlayerMessage.Level Package Description org.openqa.selenium.devtools.media.model -
-
Uses of PlayerMessage.Level in org.openqa.selenium.devtools.media.model
Methods in org.openqa.selenium.devtools.media.model that return PlayerMessage.Level Modifier and Type Method Description static PlayerMessage.Level
PlayerMessage.Level. fromString(java.lang.String s)
PlayerMessage.Level
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.Level
PlayerMessage.Level. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PlayerMessage.Level[]
PlayerMessage.Level. 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 PlayerMessage.Level Constructor Description PlayerMessage(PlayerMessage.Level level, java.lang.String message)
-