Package | Description |
---|---|
org.htmlunit |
Framework classes (contains the
WebClient
class which is the main entry point). |
org.htmlunit.httpclient |
All the customizations we did to make HttpClient behave like a real browser.
|
Modifier and Type | Method and Description |
---|---|
CookieManager |
WebClient.getCookieManager()
Returns the cookie manager used by this web client.
|
Modifier and Type | Method and Description |
---|---|
void |
WebClient.setCookieManager(CookieManager cookieManager)
Sets the cookie manager used by this web client.
|
Constructor and Description |
---|
HtmlUnitCookieStore(CookieManager manager)
Constructor.
|
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.