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)
| 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. |
no test coverage detected