Uses of Class
org.htmlunit.BrowserVersionFeatures
-
Packages that use BrowserVersionFeatures Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point).org.htmlunit.css Classes supporting Cascading Style Sheets.org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPage
which represents an HTML document and provides access to its content. -
-
Uses of BrowserVersionFeatures in org.htmlunit
Fields in org.htmlunit with type parameters of type BrowserVersionFeatures Modifier and Type Field Description private java.util.Set<BrowserVersionFeatures>
BrowserVersion. features_
Methods in org.htmlunit that return BrowserVersionFeatures Modifier and Type Method Description 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 org.htmlunit with parameters of type BrowserVersionFeatures Modifier and Type Method Description boolean
BrowserVersion. hasFeature(BrowserVersionFeatures property)
Indicates if this instance has the given feature. -
Uses of BrowserVersionFeatures in org.htmlunit.css
Methods in org.htmlunit.css with parameters of type BrowserVersionFeatures Modifier and Type Method Description abstract boolean
AbstractCssStyleDeclaration. 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.boolean
ElementCssStyleDeclaration. hasFeature(BrowserVersionFeatures property)
Indicates if the browser this is associated with has the feature.boolean
WrappedCssStyleDeclaration. hasFeature(BrowserVersionFeatures property)
Indicates if the browser this is associated with has the feature. -
Uses of BrowserVersionFeatures in org.htmlunit.html
Methods in org.htmlunit.html with parameters of type BrowserVersionFeatures Modifier and Type Method 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.
-