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

SetCookieResponse

data class SetCookieResponse

Response type for the NetworkDomain.setCookie command.

Constructors

<init>

Response type for the NetworkDomain.setCookie command.

SetCookieResponse(success: Boolean)

Properties

success

Always set to true. If an error occurs, the response indicates protocol error.

val success: Boolean