Class GetAllCookiesCommandResponse
Response for Returns all browser cookies. Depending on the backend support, will return detailed cookie
information in the cookies field.
Deprecated. Use Storage.getCookies instead.
public sealed class GetAllCookiesCommandResponse : ICommandResponse<GetAllCookiesCommandSettings>, ICommandResponse
- Inheritance
-
GetAllCookiesCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Cookies
Array of cookie objects.
[JsonPropertyName("cookies")]
public Cookie[] Cookies { get; set; }
Property Value
- Cookie[]