Package org.openqa.selenium.bidi.script
Class SerializationOptions
java.lang.Object
org.openqa.selenium.bidi.script.SerializationOptions
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setMaxDomDepth
(long value) void
setMaxObjectDepth
(long value) toJson()
-
Constructor Details
-
SerializationOptions
public SerializationOptions()
-
-
Method Details
-
setMaxDomDepth
public void setMaxDomDepth(long value) -
setMaxObjectDepth
public void setMaxObjectDepth(long value) -
setIncludeShadowTree
-
toJson
-