Uses of Enum Class
org.openqa.selenium.devtools.v114.runtime.model.WebDriverValue.Type
Packages that use WebDriverValue.Type
-
Uses of WebDriverValue.Type in org.openqa.selenium.devtools.v114.runtime.model
Methods in org.openqa.selenium.devtools.v114.runtime.model that return WebDriverValue.TypeModifier and TypeMethodDescriptionstatic WebDriverValue.TypeWebDriverValue.Type.fromString(String s) WebDriverValue.getType()static WebDriverValue.TypeReturns the enum constant of this class with the specified name.static WebDriverValue.Type[]WebDriverValue.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v114.runtime.model with parameters of type WebDriverValue.TypeModifierConstructorDescriptionWebDriverValue(WebDriverValue.Type type, Optional<Object> value, Optional<String> objectId)