Uses of Enum Class
org.htmlunit.BrowserVersionFeatures
Packages that use BrowserVersionFeatures
Package
Description
Framework classes (contains the
WebClient
class which is the main entry point).Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content.-
Uses of BrowserVersionFeatures in org.htmlunit
Methods in org.htmlunit that return BrowserVersionFeaturesModifier and TypeMethodDescriptionstatic BrowserVersionFeaturesReturns the enum constant of this class with the specified name.static BrowserVersionFeatures[]BrowserVersionFeatures.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.htmlunit with parameters of type BrowserVersionFeaturesModifier and TypeMethodDescriptionbooleanBrowserVersion.hasFeature(BrowserVersionFeatures property) Indicates if this instance has the given feature. -
Uses of BrowserVersionFeatures in org.htmlunit.html
Methods in org.htmlunit.html with parameters of type BrowserVersionFeaturesModifier and TypeMethodDescriptionbooleanDomNode.hasFeature(BrowserVersionFeatures feature) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Helper for a common call sequence.