Remote Object
@Serializable
Mirror object referencing original JavaScript object.
Constructors
Link copied to clipboard
constructor(type: RemoteObjectType, subtype: RemoteObjectSubtype? = null, className: String? = null, value: JsonElement? = null, unserializableValue: UnserializableValue? = null, description: String? = null, webDriverValue: DeepSerializedValue? = null, deepSerializedValue: DeepSerializedValue? = null, objectId: RemoteObjectId? = null, preview: ObjectPreview? = null, customPreview: CustomPreview? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Deep serialized value.
Link copied to clipboard
String representation of the object.
Link copied to clipboard
Unique object identifier (for non-primitive values).
Link copied to clipboard
Preview containing abbreviated property values. Specified for object type values only.
Link copied to clipboard
Object subtype hint. Specified for object type values only. NOTE: If you change anything here, make sure to also update subtype in ObjectPreview and PropertyPreview below.
Link copied to clipboard
Object type.
Link copied to clipboard
Primitive value which can not be JSON-stringified does not have value, but gets this property.
Link copied to clipboard
Deprecated. Use deepSerializedValue instead. WebDriver BiDi representation of the value.