Definition
Fields
cookies
[JSONObject]!
An array of cookie objects. Each object should conform to a structure similar to CookieOptions but typically represented as simple JSON objects when serialized.
localStorage
[JSONObject]!
An array of local storage entries. Each entry is typically an object with ‘name’ and ‘value’ string properties.
Example: [{ "name": "myKey", "value": "myValue" }]