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 | Method and Description |
---|---|
static BrowserVersionFeatures |
BrowserVersionFeatures.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrowserVersionFeatures[] |
BrowserVersionFeatures.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BrowserVersion.hasFeature(BrowserVersionFeatures property)
Indicates if this instance has the given feature.
|
Constructor and Description |
---|
BrowserVersion(String applicationName,
String applicationVersion,
String userAgent,
int browserVersionNumeric,
BrowserVersionFeatures[] features)
Instantiates one.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DomNode.hasFeature(BrowserVersionFeatures feature)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Helper for a common call sequence. |
Copyright © 2002–2018 Gargoyle Software Inc.. All rights reserved.