pl.wendigo.chrome.domain.network / SetCookieResponse

SetCookieResponse

data class SetCookieResponse (source)

Represents response frame for Network.setCookie method call.

Sets a cookie with the given cookie data; may overwrite equivalent cookies if they exist.

Constructors

<init>

SetCookieResponse(success: Boolean)

Represents response frame for Network.setCookie method call.

Properties

success

val success: Boolean

True if successfully set cookie.