GetAllCookiesResponse

@Serializable
data class GetAllCookiesResponse(val cookies: List<Cookie>)(source)

Deprecated

Deprecated in the Chrome DevTools protocol

Response type for the NetworkDomain.getAllCookies command.

Constructors

Link copied to clipboard
constructor(cookies: List<Cookie>)

Properties

Link copied to clipboard

Array of cookie objects.