| Package | Description |
|---|---|
| com.gargoylesoftware.htmlunit |
Framework classes (contains the WebClient class which is the main entry point).
|
| com.gargoylesoftware.htmlunit.html |
Classes specific to HTML pages, particularly the HtmlPage which represents
an HTML document and provides access to its content.
|
| Modifier and Type | Field and Description |
|---|---|
static BrowserVersion |
BrowserVersion.FIREFOX_2
Firefox 2.
|
static BrowserVersion |
BrowserVersion.FIREFOX_3
Firefox 3.
|
static BrowserVersion |
BrowserVersion.INTERNET_EXPLORER_6
Internet Explorer 6.
|
static BrowserVersion |
BrowserVersion.INTERNET_EXPLORER_7
Internet Explorer 7.
|
| Modifier and Type | Method and Description |
|---|---|
BrowserVersion |
WebClient.getBrowserVersion()
Returns the current browser version.
|
static BrowserVersion |
BrowserVersion.getDefault()
Returns the default browser version that is used whenever a specific version isn't specified.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
BrowserVersion.setDefault(BrowserVersion newBrowserVersion)
Sets the default browser version that is used whenever a specific version isn't specified.
|
| Constructor and Description |
|---|
WebClient(BrowserVersion browserVersion)
Creates a web client instance using the specified
BrowserVersion. |
WebClient(BrowserVersion browserVersion,
String proxyHost,
int proxyPort)
Creates an instance that will use the specified
BrowserVersion and proxy server. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
IEConditionalCommentExpressionEvaluator.evaluate(String condition,
BrowserVersion browserVersion)
Evaluates the condition.
|
Copyright © 2002–2014 Gargoyle Software Inc.. All rights reserved.