pl.wendigo.chrome.api.page / GetCookiesResponse

GetCookiesResponse

data class GetCookiesResponse (source)

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

Link
Page#getCookies method documentation.

See Also

PageOperations.getCookies

Constructors

<init>

GetCookiesResponse(cookies: List<Cookie>)

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

Properties

cookies

val cookies: List<Cookie>

Array of cookie objects.