pl.wendigo.chrome.api.network / SetCookieResponse

SetCookieResponse

data class SetCookieResponse (source)

Represents response frame that is returned from Network#setCookie operation call. Sets a cookie with the given cookie data; may overwrite equivalent cookies if they exist.

Link
Network#setCookie method documentation.

See Also

NetworkOperations.setCookie

Constructors

<init>

SetCookieResponse(success: Boolean)

Represents response frame that is returned from Network#setCookie operation call. Sets a cookie with the given cookie data; may overwrite equivalent cookies if they exist.

Properties

success

val success: Boolean

True if successfully set cookie.