Class DeepSerializedValue
java.lang.Object
org.openqa.selenium.devtools.v150.runtime.model.DeepSerializedValue
Represents deep serialized value.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionDeepSerializedValue(DeepSerializedValue.Type type, Optional<Object> value, Optional<String> objectId, Optional<Integer> weakLocalObjectReference) -
Method Summary
-
Constructor Details
-
DeepSerializedValue
-
-
Method Details
-
getType
-
getValue
-
getObjectId
-
getWeakLocalObjectReference
-