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