Class DeepSerializedValue
java.lang.Object
org.openqa.selenium.devtools.v115.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
Set if value reference met more then once during serialization. In such case, value is provided only to one of the serialized values. Unique per value in the scope of one CDP call.
-