Package | Description |
---|---|
org.htmlunit |
Framework classes (contains the
WebClient
class which is the main entry point). |
org.htmlunit.css |
Classes supporting Cascading Style Sheets.
|
org.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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
WrappedCssStyleDeclaration.hasFeature (BrowserVersionFeatures property)
Indicates if the browser this is associated with has the feature.
|
boolean |
ElementCssStyleDeclaration.hasFeature (BrowserVersionFeatures property)
Indicates if the browser this is associated with has the feature.
|
boolean |
ComputedCssStyleDeclaration.hasFeature (BrowserVersionFeatures property)
Indicates if the browser this is associated with has the feature.
|
abstract boolean |
AbstractCssStyleDeclaration.hasFeature (BrowserVersionFeatures property)
Indicates if the browser this is associated with has the feature.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DomNode.hasFeature (BrowserVersionFeatures feature)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
Copyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.