Uses of Enum
org.htmlunit.javascript.configuration.SupportedBrowser
Packages that use SupportedBrowser
Package
Description
Classes in this package are specific for the JavaScript engine - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of SupportedBrowser in org.htmlunit.javascript.configuration
Methods in org.htmlunit.javascript.configuration that return SupportedBrowserModifier and TypeMethodDescriptionstatic SupportedBrowser
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.Methods in org.htmlunit.javascript.configuration with parameters of type SupportedBrowserModifier and TypeMethodDescriptionstatic boolean
AbstractJavaScriptConfiguration.isCompatible
(SupportedBrowser browser1, SupportedBrowser browser2) Returns whether the twoSupportedBrowser
are compatible or not.private static boolean
AbstractJavaScriptConfiguration.isSupported
(SupportedBrowser[] browsers, SupportedBrowser expectedBrowser) private static void
AbstractJavaScriptConfiguration.process
(ClassConfiguration classConfiguration, SupportedBrowser expectedBrowser)