Package | Description |
---|---|
com.gargoylesoftware.htmlunit |
Framework classes (contains the WebClient class which is the main entry point).
|
com.gargoylesoftware.htmlunit.activex.javascript.msxml |
Implementations of the MSXML's (ActiveX) JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
com.gargoylesoftware.htmlunit.httpclient |
All the customizations we did to make HttpClient behave like a real browser.
|
com.gargoylesoftware.htmlunit.javascript |
Classes in this package are specific to the JavaScript engine - users of HtmlUnit shouldn't
need anything in this package.
|
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.
|
com.gargoylesoftware.htmlunit.javascript.host.css |
Implementations of the CSS JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
com.gargoylesoftware.htmlunit.javascript.host.intl |
Implementations of the Internationalization JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
com.gargoylesoftware.htmlunit.javascript.regexp |
This package contains improvement to Rhino native RegExp based on JDK 1.4 regular expression support.
|
Modifier and Type | Field and Description |
---|---|
static BrowserVersion |
BrowserVersion.CHROME
Latest Chrome.
|
static BrowserVersion |
BrowserVersion.FIREFOX_24
Deprecated.
as of 2.16
|
static BrowserVersion |
BrowserVersion.FIREFOX_31
Deprecated.
as of 2.17
|
static BrowserVersion |
BrowserVersion.FIREFOX_38
Firefox 38 ESR.
|
static BrowserVersion |
BrowserVersion.INTERNET_EXPLORER_11
Internet Explorer 11.
|
static BrowserVersion |
BrowserVersion.INTERNET_EXPLORER_8
Internet Explorer 8.
|
Modifier and Type | Method and Description |
---|---|
BrowserVersion |
BrowserVersion.clone()
Creates and return a copy of this object.
|
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 MSXMLConfiguration |
MSXMLConfiguration.getInstance(BrowserVersion browserVersion)
Returns the instance that represents the configuration for the specified
BrowserVersion . |
void |
MSXMLActiveXObjectFactory.init(BrowserVersion browserVersion)
Initializes the factory.
|
Constructor and Description |
---|
MSXMLJavaScriptEnvironment(BrowserVersion browserVersion)
Creates an instance for the given
BrowserVersion . |
Constructor and Description |
---|
HtmlUnitBrowserCompatCookieSpec(BrowserVersion browserVersion)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
BrowserVersion |
SimpleScriptable.getBrowserVersion()
Gets the browser version currently used.
|
BrowserVersion |
RecursiveFunctionObject.getBrowserVersion()
Gets the browser version currently used.
|
Modifier and Type | Method and Description |
---|---|
static SimpleScriptable |
JavaScriptEngine.configureClass(ClassConfiguration config,
net.sourceforge.htmlunit.corejs.javascript.Scriptable window,
BrowserVersion browserVersion)
Configures the specified class for access via JavaScript.
|
Modifier and Type | Method and Description |
---|---|
static ClassConfiguration |
AbstractJavaScriptConfiguration.getClassConfiguration(Class<? extends SimpleScriptable> klass,
BrowserVersion browser)
Returns the class configuration of the given
klass . |
static JavaScriptConfiguration |
JavaScriptConfiguration.getInstance(BrowserVersion browserVersion)
Returns the instance that represents the configuration for the specified
BrowserVersion . |
Constructor and Description |
---|
AbstractJavaScriptConfiguration(BrowserVersion browser)
Constructor.
|
JavaScriptConfiguration(BrowserVersion browser)
Constructor is only called from
JavaScriptConfiguration.getInstance(BrowserVersion) which is synchronized. |
Modifier and Type | Method and Description |
---|---|
static boolean |
CSSStyleSheet.selects(BrowserVersion browserVersion,
org.w3c.css.sac.Selector selector,
DomElement element)
Returns true if the specified selector selects the specified element.
|
Modifier and Type | Method and Description |
---|---|
void |
Intl.defineProperties(BrowserVersion browserVersion)
Define needed properties.
|
Constructor and Description |
---|
HtmlUnitRegExpProxy(net.sourceforge.htmlunit.corejs.javascript.RegExpProxy wrapped,
BrowserVersion browserVersion)
Wraps a proxy to enhance it.
|
Copyright © 2002–2016 Gargoyle Software Inc.. All rights reserved.