Uses of Enum Class
org.openqa.selenium.devtools.v141.runtime.model.DeepSerializedValue.Type
Packages that use DeepSerializedValue.Type
-
Uses of DeepSerializedValue.Type in org.openqa.selenium.devtools.v141.runtime.model
Methods in org.openqa.selenium.devtools.v141.runtime.model that return DeepSerializedValue.TypeModifier and TypeMethodDescriptionstatic DeepSerializedValue.TypeDeepSerializedValue.Type.fromString(String s) DeepSerializedValue.getType()static DeepSerializedValue.TypeReturns the enum constant of this class with the specified name.static DeepSerializedValue.Type[]DeepSerializedValue.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 DeepSerializedValue.TypeModifierConstructorDescriptionDeepSerializedValue(DeepSerializedValue.Type type, Optional<Object> value, Optional<String> objectId, Optional<Integer> weakLocalObjectReference)