Uses of Class
org.htmlunit.CookieManager
-
Packages that use CookieManager Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point). -
-
Uses of CookieManager in org.htmlunit
Methods in org.htmlunit that return CookieManager Modifier and Type Method Description CookieManager
WebClient. getCookieManager()
Returns the cookie manager used by this web client.Methods in org.htmlunit with parameters of type CookieManager Modifier and Type Method Description void
WebClient. setCookieManager(CookieManager cookieManager)
Sets the cookie manager used by this web client.
-