CookieOperation

@Serializable(with = CookieOperationSerializer::class)
sealed interface CookieOperation

(undocumented in the protocol definition)

Official doc

Inheritors

Types

Link copied to clipboard
@Serializable(with = CookieOperationSerializer::class)
data class NotDefinedInProtocol(val value: String) : CookieOperation

This extra enum entry represents values returned by Chrome that were not defined in the protocol (for instance new values that were added later).

Link copied to clipboard
@Serializable(with = CookieOperationSerializer::class)
data object ReadCookie : CookieOperation
Link copied to clipboard
@Serializable(with = CookieOperationSerializer::class)
data object SetCookie : CookieOperation