GetCookiesResponse

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

Deprecated

Deprecated in the Chrome DevTools protocol

Response type for the PageDomain.getCookies command.

Constructors

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

Properties

Link copied to clipboard

Array of cookie objects.