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
Set<org.openqa.selenium.Cookie> getCookie(String domain,
String path)
removeCookie
void removeCookie(String domain,
String path,
String name)
removeAllCookies
void removeAllCookies()
getMaxCookies
int getMaxCookies()
getMaxCookiesPerDomain
int getMaxCookiesPerDomain()
getMaxCookieLength
int getMaxCookieLength()
init
void init()
Copyright © 2012. All Rights Reserved.