Annotation Type BrowserFeature
-
@Retention(RUNTIME) @Target(FIELD) public @interface BrowserFeature
An annotation to mark a feature inBrowserVersionFeatures
.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description SupportedBrowser[]
value
TheSupportedBrowser
s supported by this feature.
-
-
-
Element Detail
-
value
SupportedBrowser[] value
TheSupportedBrowser
s supported by this feature.- Returns:
- the
SupportedBrowser
s
- Default:
- {org.htmlunit.javascript.configuration.SupportedBrowser.CHROME, org.htmlunit.javascript.configuration.SupportedBrowser.EDGE, org.htmlunit.javascript.configuration.SupportedBrowser.FF, org.htmlunit.javascript.configuration.SupportedBrowser.FF_ESR}
-
-