chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.network / GetCookiesResponse

GetCookiesResponse

data class GetCookiesResponse

Response type for the NetworkDomain.getCookies command.

Constructors

<init>

Response type for the NetworkDomain.getCookies command.

GetCookiesResponse(cookies: List<Cookie>)

Properties

cookies

Array of cookie objects.

val cookies: List<Cookie>