Class SerializationOptions
java.lang.Object
org.openqa.selenium.devtools.v127.runtime.model.SerializationOptions
Represents options for serialization. Overrides `generatePreview` and `returnByValue`.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSerializationOptions
(SerializationOptions.Serialization serialization, Optional<Integer> maxDepth, Optional<Map<String, Object>> additionalParameters) -
Method Summary
Modifier and TypeMethodDescriptionEmbedder-specific parameters.Deep serialization depth.
-
Constructor Details
-
SerializationOptions
-
-
Method Details
-
getSerialization
-
getMaxDepth
Deep serialization depth. Default is full depth. Respected only in `deep` serialization mode. -
getAdditionalParameters
Embedder-specific parameters. For example if connected to V8 in Chrome these control DOM serialization via `maxNodeDepth: integer` and `includeShadowTree: "none" | "open" | "all"`. Values can be only of type string or integer.
-