Uses of Class
org.htmlunit.javascript.configuration.SupportedBrowser
-
Packages that use SupportedBrowser Package Description org.htmlunit.javascript.configuration 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 SupportedBrowser Modifier and Type Method Description SupportedBrowser[]value()TheSupportedBrowsers supported by this feature.SupportedBrowser[]value()TheSupportedBrowsers supported by this constant.SupportedBrowser[]value()TheSupportedBrowsers supported by this constant.SupportedBrowser[]value()TheSupportedBrowsers supported by this constructor.SupportedBrowser[]value()TheSupportedBrowsers supported by this constructor.SupportedBrowser[]value()TheSupportedBrowsers supported by this function.SupportedBrowser[]value()TheSupportedBrowsers supported by this getter.SupportedBrowser[]value()TheSupportedBrowsers supported by this setter.SupportedBrowser[]value()TheSupportedBrowsers supported by this function.SupportedBrowser[]value()TheSupportedBrowsers supported by this getter.SupportedBrowser[]value()TheSupportedBrowsers supported by this symbol getter.SupportedBrowser[]value()TheSupportedBrowsers supported by this symbol getter.static SupportedBrowserSupportedBrowser. valueOf(java.lang.String name)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 SupportedBrowser Modifier and Type Method Description static 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)
-