DeleteCookieRequest

@Serializable
data class DeleteCookieRequest(val cookieName: String, val url: String)(source)

Deprecated

Deprecated in the Chrome DevTools protocol

Request object containing input parameters for the PageDomain.deleteCookie command.

Constructors

Link copied to clipboard
constructor(cookieName: String, url: String)

Properties

Link copied to clipboard

Name of the cookie to remove.

Link copied to clipboard
val url: String

URL to match cooke domain and path.