Package org.jboss.elemento
Interface Finder<E extends Element>
- All Superinterfaces:
IsElement<E>
- All Known Implementing Classes:
InputElementBuilder
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptiondefault <F extends HTMLElement>
FDeprecated.Finds the closest HTML element for the given selector.default <F extends HTMLElement>
FDeprecated.Finds a single HTML element for the given selector.default Iterable
<HTMLElement> Deprecated.Finds all HTML elements for the given selector.
-
Method Details
-
findAll
Deprecated.Finds all HTML elements for the given selector. -
find
Deprecated.Finds a single HTML element for the given selector. -
closest
Deprecated.Finds the closest HTML element for the given selector.
-
ElementQueryMethods
.