public interface CookieManager extends Service
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
Set<org.openqa.selenium.Cookie> |
getCookie(String domain,
String path) |
int |
getMaxCookieLength() |
int |
getMaxCookies() |
int |
getMaxCookiesPerDomain() |
void |
removeAllCookies() |
void |
removeCookie(String domain,
String path,
String name) |
getServiceName, getServiceVersion, initstatic final String SERVICE_NAME
Copyright © 2012. All Rights Reserved.