pl.wendigo.chrome.domain.page / DeleteCookieRequest

DeleteCookieRequest

data class DeleteCookieRequest (source)

Represents request frame that can be used with Page.deleteCookie method call.

Deletes browser cookie with given name, domain and path.

Constructors

<init>

DeleteCookieRequest(cookieName: String, url: String)

Represents request frame that can be used with Page.deleteCookie method call.

Properties

cookieName

val cookieName: String

Name of the cookie to remove.

url

val url: String

URL to match cooke domain and path.