Uses of Class
org.openqa.selenium.devtools.v109.runtime.model.WebDriverValue.Type
-
Packages that use WebDriverValue.Type Package Description org.openqa.selenium.devtools.v109.runtime.model -
-
Uses of WebDriverValue.Type in org.openqa.selenium.devtools.v109.runtime.model
Methods in org.openqa.selenium.devtools.v109.runtime.model that return WebDriverValue.Type Modifier and Type Method Description static WebDriverValue.TypeWebDriverValue.Type. fromString(java.lang.String s)WebDriverValue.TypeWebDriverValue. getType()static WebDriverValue.TypeWebDriverValue.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WebDriverValue.Type[]WebDriverValue.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v109.runtime.model with parameters of type WebDriverValue.Type Constructor Description WebDriverValue(WebDriverValue.Type type, java.util.Optional<java.lang.Object> value, java.util.Optional<java.lang.String> objectId)
-