-
@Deprecated(message = "Deprecated in the Chrome DevTools protocol") public final class DeleteCookieRequest
Request object containing input parameters for the PageDomain.deleteCookie command.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcookieNameprivate final Stringurl
-
Constructor Summary
Constructors Constructor Description DeleteCookieRequest(String cookieName, String url)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final DeleteCookieRequestcopy(String cookieName, String url)final StringgetCookieName()Name of the cookie to remove. final StringgetUrl()URL to match cooke domain and path. -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
copy
final DeleteCookieRequest copy(String cookieName, String url)
-
getCookieName
final String getCookieName()
Name of the cookie to remove.
-
-
-
-