|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BrowserVersionFeatures | |
|---|---|
| com.gargoylesoftware.htmlunit | Framework classes (contains the WebClient class which is the main entry point). |
| Uses of BrowserVersionFeatures in com.gargoylesoftware.htmlunit |
|---|
| Methods in com.gargoylesoftware.htmlunit that return BrowserVersionFeatures | |
|---|---|
static BrowserVersionFeatures |
BrowserVersionFeatures.valueOf(java.lang.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. |
| Methods in com.gargoylesoftware.htmlunit with parameters of type BrowserVersionFeatures | |
|---|---|
boolean |
BrowserVersion.hasFeature(BrowserVersionFeatures property)
Indicates if this instance has the given feature. |
| Constructors in com.gargoylesoftware.htmlunit with parameters of type BrowserVersionFeatures | |
|---|---|
BrowserVersion(java.lang.String applicationName,
java.lang.String applicationVersion,
java.lang.String userAgent,
float browserVersionNumeric,
BrowserVersionFeatures[] features)
Instantiates one. |
|
BrowserVersion(java.lang.String applicationName,
java.lang.String applicationVersion,
java.lang.String userAgent,
java.lang.String javaScriptVersion,
float browserVersionNumeric,
BrowserVersionFeatures[] features)
Deprecated. as of 2.5, use BrowserVersion.BrowserVersion(String, String, String, float, BrowserVersionFeatures[]) |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||