Uses of Enum Class
org.openqa.selenium.devtools.v141.runtime.model.ConsoleAPICalled.Type
Packages that use ConsoleAPICalled.Type
-
Uses of ConsoleAPICalled.Type in org.openqa.selenium.devtools.v141.runtime.model
Methods in org.openqa.selenium.devtools.v141.runtime.model that return ConsoleAPICalled.TypeModifier and TypeMethodDescriptionstatic ConsoleAPICalled.TypeConsoleAPICalled.Type.fromString(String s) ConsoleAPICalled.getType()Type of the call.static ConsoleAPICalled.TypeReturns the enum constant of this class with the specified name.static ConsoleAPICalled.Type[]ConsoleAPICalled.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.runtime.model with parameters of type ConsoleAPICalled.TypeModifierConstructorDescriptionConsoleAPICalled(ConsoleAPICalled.Type type, List<RemoteObject> args, ExecutionContextId executionContextId, Timestamp timestamp, Optional<StackTrace> stackTrace, Optional<String> context)