Interface CookieSource
-
- All Known Implementing Classes:
TestableCookieSinkSource
public interface CookieSource
Provides the cookies from the browser.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description []
getCookies()
Returns the cookies from the browser.
-
-
-
Method Detail
-
getCookies
[] getCookies()
Returns the cookies from the browser.
-
-