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()
TheSupportedBrowser
s supported by this feature.SupportedBrowser[]
value()
TheSupportedBrowser
s supported by this constant.SupportedBrowser[]
value()
TheSupportedBrowser
s supported by this constant.SupportedBrowser[]
value()
TheSupportedBrowser
s supported by this constructor.SupportedBrowser[]
value()
TheSupportedBrowser
s supported by this constructor.SupportedBrowser[]
value()
TheSupportedBrowser
s supported by this function.SupportedBrowser[]
value()
TheSupportedBrowser
s supported by this getter.SupportedBrowser[]
value()
TheSupportedBrowser
s supported by this setter.SupportedBrowser[]
value()
TheSupportedBrowser
s supported by this function.SupportedBrowser[]
value()
TheSupportedBrowser
s supported by this getter.SupportedBrowser[]
value()
TheSupportedBrowser
s supported by this symbol getter.SupportedBrowser[]
value()
TheSupportedBrowser
s supported by this symbol getter.static SupportedBrowser
SupportedBrowser. 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 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)
-