| Package | Description |
|---|---|
| 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 | Method and Description |
|---|---|
static SupportedBrowser |
SupportedBrowser.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupportedBrowser[] |
SupportedBrowser.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
AbstractJavaScriptConfiguration.isCompatible(SupportedBrowser browser1,
SupportedBrowser browser2)
Returns whether the two
SupportedBrowser are compatible or not. |
Copyright © 2002–2020 Gargoyle Software Inc.. All rights reserved.