MCPcopy Index your code
hub / github.com/HtmlUnit/htmlunit / hasFeature

Method hasFeature

src/main/java/org/htmlunit/BrowserVersion.java:770–772  ·  view source on GitHub ↗

Indicates if this instance has the given feature. Used for HtmlUnit internal processing. @param property the property name @return false if this browser doesn't have this feature

(final BrowserVersionFeatures property)

Source from the content-addressed store, hash-verified

768 * @return {@code false} if this browser doesn't have this feature
769 */
770 public boolean hasFeature(final BrowserVersionFeatures property) {
771 return features_.contains(property);
772 }
773
774 /**
775 * Returns the buildId.

Callers 14

initMethod · 0.95
namedItemMethod · 0.95
getPathnameMethod · 0.95
getProtocolMethod · 0.95
doSendMethod · 0.95
doClickStateUpdateMethod · 0.95
doMouseEventMethod · 0.95
getWebRequestMethod · 0.95
typeMethod · 0.95
getHeightOrDefaultMethod · 0.95
getWidthOrDefaultMethod · 0.95
downloadImageIfNeededMethod · 0.95

Calls 1

containsMethod · 0.65

Tested by

no test coverage detected