Uses of Class
org.openqa.selenium.devtools.runtime.model.UnserializableValue
-
Packages that use UnserializableValue Package Description org.openqa.selenium.devtools.runtime.model -
-
Uses of UnserializableValue in org.openqa.selenium.devtools.runtime.model
Methods in org.openqa.selenium.devtools.runtime.model that return UnserializableValue Modifier and Type Method Description UnserializableValue
CallArgument. getUnserializableValue()
Primitive value which can not be JSON-stringified.UnserializableValue
RemoteObject. getUnserializableValue()
Primitive value which can not be JSON-stringified does not have `value`, but gets this property.Constructors in org.openqa.selenium.devtools.runtime.model with parameters of type UnserializableValue Constructor Description CallArgument(java.util.Map<java.lang.String,java.lang.Object> value, UnserializableValue unserializableValue, RemoteObjectId objectId)
RemoteObject(RemoteObject.Type type, RemoteObject.Subtype subtype, java.lang.String className, java.util.Map<java.lang.String,java.lang.Object> value, UnserializableValue unserializableValue, java.lang.String description, RemoteObjectId objectId, ObjectPreview preview, CustomPreview customPreview)
-