chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.page / DeleteCookieRequest

DeleteCookieRequest

data class DeleteCookieRequest
Deprecated: Deprecated in the Chrome DevTools protocol

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

Constructors

<init>

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

DeleteCookieRequest(cookieName: String, url: String)

Properties

cookieName

Name of the cookie to remove.

val cookieName: String

url

URL to match cooke domain and path.

val url: String