public class ScopeCookieManager extends AbstractService implements CookieManager
servicesSERVICE_NAME| Constructor and Description |
|---|
ScopeCookieManager(ScopeServices services) |
| Modifier and Type | Method and Description |
|---|---|
Set<org.openqa.selenium.Cookie> |
getCookie(String domain,
String path) |
int |
getMaxCookieLength() |
int |
getMaxCookies() |
int |
getMaxCookiesPerDomain() |
void |
init()
Initialize the service.
|
void |
removeAllCookies() |
void |
removeCookie(String domain,
String path,
String name) |
buildPayload, executeMessage, executeMessage, executeMessage, getServiceName, getServiceVersion, isVersionInRange, sleep, toString, xpathIterator, xpathPointerclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetServiceName, getServiceVersionpublic ScopeCookieManager(ScopeServices services)
public void init()
Servicepublic int getMaxCookies()
getMaxCookies in interface CookieManagerpublic int getMaxCookiesPerDomain()
getMaxCookiesPerDomain in interface CookieManagerpublic int getMaxCookieLength()
getMaxCookieLength in interface CookieManagerpublic Set<org.openqa.selenium.Cookie> getCookie(String domain, String path)
getCookie in interface CookieManagerpublic void removeCookie(String domain, String path, String name)
removeCookie in interface CookieManagerpublic void removeAllCookies()
removeAllCookies in interface CookieManagerCopyright © 2013. All Rights Reserved.