Package | Description |
---|---|
com.gargoylesoftware.htmlunit |
Framework classes
|
com.gargoylesoftware.htmlunit.javascript.configuration |
Classes in this package are specific for the javascript engine - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Field and Description |
---|---|
static BrowserVersion |
BrowserVersion.FIREFOX_2
Firefox 2
|
static BrowserVersion |
BrowserVersion.FULL_FEATURED_BROWSER
Deprecated.
please use INTERNET_EXPLORER_7_0
|
static BrowserVersion |
BrowserVersion.INTERNET_EXPLORER_6_0
Internet Explorer 6
|
static BrowserVersion |
BrowserVersion.INTERNET_EXPLORER_7_0
Internet Explorer 7
|
static BrowserVersion |
BrowserVersion.MOZILLA_1_0
Deprecated.
please use FIREFOX_2
|
static BrowserVersion |
BrowserVersion.NETSCAPE_4_7_9
Deprecated.
please use FIREFOX_2
|
static BrowserVersion |
BrowserVersion.NETSCAPE_6_2_3
Deprecated.
please use FIREFOX_2
|
Modifier and Type | Method and Description |
---|---|
BrowserVersion |
WebClient.getBrowserVersion()
Return 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)
Create an instance that will use the specified
BrowserVersion and proxy server |
Modifier and Type | Method and Description |
---|---|
BrowserVersion |
JavaScriptConfiguration.getBrowser() |
Modifier and Type | Method and Description |
---|---|
static JavaScriptConfiguration |
JavaScriptConfiguration.getInstance(BrowserVersion browserVersion)
Return the instance that represents the configuration for the specified
BrowserVersion . |
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.