-
public final class DeleteCookiesRequestRequest object containing input parameters for the NetworkDomain.deleteCookies command.
-
-
Constructor Summary
Constructors Constructor Description DeleteCookiesRequest(String name, String url, String domain, String path)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Stringcomponent3()final Stringcomponent4()final DeleteCookiesRequestcopy(String name, String url, String domain, String path)final StringgetName()Name of the cookies to remove. final StringgetUrl()If specified, deletes all the cookies with the given name where domain and path match provided URL. final StringgetDomain()If specified, deletes only cookies with the exact domain. final StringgetPath()If specified, deletes only cookies with the exact path. -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final String component3()
-
component4
final String component4()
-
getUrl
final String getUrl()
If specified, deletes all the cookies with the given name where domain and path match provided URL.
-
-
-
-