pl.wendigo.chrome.api.page / DeleteCookieRequest

DeleteCookieRequest

data class DeleteCookieRequest (source)

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

Deletes browser cookie with given name, domain and path.

Link
Page#deleteCookie method documentation.

See Also

PageOperations.deleteCookie

Constructors

<init>

DeleteCookieRequest(cookieName: String, url: String)

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

Properties

cookieName

val cookieName: String

Name of the cookie to remove.

url

val url: String

URL to match cooke domain and path.