pl.wendigo.chrome.domain.network / GetCookiesResponse

GetCookiesResponse

data class GetCookiesResponse (source)

Represents response frame for Network.getCookies method call.

Returns all browser cookies for the current URL. Depending on the backend support, will return detailed cookie information in the cookies field.

Constructors

<init>

GetCookiesResponse(cookies: List<Cookie>)

Represents response frame for Network.getCookies method call.

Properties

cookies

val cookies: List<Cookie>

Array of cookie objects.