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

GetAllCookiesResponse

data class GetAllCookiesResponse

Response type for the NetworkDomain.getAllCookies command.

Constructors

<init>

Response type for the NetworkDomain.getAllCookies command.

GetAllCookiesResponse(cookies: List<Cookie>)

Properties

cookies

Array of cookie objects.

val cookies: List<Cookie>