data class DeleteCookieRequestRequest object containing input parameters for the PageDomain.deleteCookie command.
<init> |
Request object containing input parameters for the PageDomain.deleteCookie command. DeleteCookieRequest(cookieName: String, url: String) |
cookieName |
Name of the cookie to remove. val cookieName: String |
url |
URL to match cooke domain and path. val url: String |