pl.wendigo.chrome.domain.network / SetCookiesRequest

SetCookiesRequest

data class SetCookiesRequest (source)

Represents request frame that can be used with Network.setCookies method call.

Sets given cookies.

Constructors

<init>

SetCookiesRequest(cookies: List<CookieParam>)

Represents request frame that can be used with Network.setCookies method call.

Properties

cookies

val cookies: List<CookieParam>

Cookies to be set.