Uses of Enum Class
org.openqa.selenium.devtools.v141.console.model.ConsoleMessage.Level
Packages that use ConsoleMessage.Level
-
Uses of ConsoleMessage.Level in org.openqa.selenium.devtools.v141.console.model
Methods in org.openqa.selenium.devtools.v141.console.model that return ConsoleMessage.LevelModifier and TypeMethodDescriptionstatic ConsoleMessage.LevelConsoleMessage.Level.fromString(String s) ConsoleMessage.getLevel()Message severity.static ConsoleMessage.LevelReturns the enum constant of this class with the specified name.static ConsoleMessage.Level[]ConsoleMessage.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.console.model with parameters of type ConsoleMessage.LevelModifierConstructorDescriptionConsoleMessage(ConsoleMessage.Source source, ConsoleMessage.Level level, String text, Optional<String> url, Optional<Integer> line, Optional<Integer> column)