Package | Description |
---|---|
com.gargoylesoftware.htmlunit |
Framework classes (contains the WebClient class which is the main entry point).
|
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,
float browserVersionNumeric,
BrowserVersionFeatures[] features)
Instantiates one.
|
Copyright © 2002–2014 Gargoyle Software Inc.. All rights reserved.