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 SupportedBrowserReturns 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 booleanAbstractJavaScriptConfiguration.isCompatible(SupportedBrowser browser1, SupportedBrowser browser2) Returns whether the twoSupportedBrowserare compatible or not.private static booleanAbstractJavaScriptConfiguration.isSupported(SupportedBrowser[] browsers, SupportedBrowser expectedBrowser) private static voidAbstractJavaScriptConfiguration.process(ClassConfiguration classConfiguration, SupportedBrowser expectedBrowser)