Class SerializationOptions
java.lang.Object
org.openqa.selenium.devtools.v115.runtime.model.SerializationOptions
Represents options for serialization. Overrides `generatePreview`, `returnByValue` and
`generateWebDriverValue`.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSerializationOptions
(SerializationOptions.Serialization serialization, Optional<Integer> maxDepth) -
Method Summary
Modifier and TypeMethodDescriptionDeep serialization depth.
-
Constructor Details
-
SerializationOptions
public SerializationOptions(SerializationOptions.Serialization serialization, Optional<Integer> maxDepth)
-
-
Method Details
-
getSerialization
-
getMaxDepth
Deep serialization depth. Default is full depth. Respected only in `deep` serialization mode.
-