Class UnserializableValue
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.runtime.model.UnserializableValue
-
public class UnserializableValue extends java.lang.Object
Primitive value which cannot be JSON-stringified. Includes values `-0`, `NaN`, `Infinity`, `-Infinity`, and bigint literals.
-
-
Constructor Summary
Constructors Constructor Description UnserializableValue(java.lang.String unserializableValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toJson()
java.lang.String
toString()
-