pl.wendigo.chrome.api.network / GetCookiesResponse

GetCookiesResponse

data class GetCookiesResponse (source)

Represents response frame that is returned from Network#getCookies operation call. Returns all browser cookies for the current URL. Depending on the backend support, will return detailed cookie information in the cookies field.

Link
Network#getCookies method documentation.

See Also

NetworkOperations.getCookies

Constructors

<init>

GetCookiesResponse(cookies: List<Cookie>)

Represents response frame that is returned from Network#getCookies operation call. Returns all browser cookies for the current URL. Depending on the backend support, will return detailed cookie information in the cookies field.

Properties

cookies

val cookies: List<Cookie>

Array of cookie objects.