com.opera.core.systems.scope.services
Interface ICookieManager
- All Known Implementing Classes:
- CookieManager
public interface ICookieManager
New cookie manager service (work in progress)
- Author:
- Deniz Turkoglu
getCookie
java.util.Set<org.openqa.selenium.Cookie> getCookie(java.lang.String domain,
java.lang.String path)
removeCookie
void removeCookie(java.lang.String domain,
java.lang.String path,
java.lang.String name)
removeAllCookies
void removeAllCookies()
getMaxCookies
int getMaxCookies()
getMaxCookiesPerDomain
int getMaxCookiesPerDomain()
getMaxCookieLength
int getMaxCookieLength()
init
void init()
Copyright © 2011. All Rights Reserved.