public interface SearchFilter
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<FluentWebElement> |
applyFilter(java.util.Collection<FluentWebElement> elements)
Apply the filter.
|
java.lang.String |
getCssFilter()
Get the CSS string used by CSS search time filtering.
|
boolean |
isCssFilterSupported()
Does this filter support filtering at search time with CSS selector.
|
java.lang.String getCssFilter()
boolean isCssFilterSupported()
java.util.Collection<FluentWebElement> applyFilter(java.util.Collection<FluentWebElement> elements)
elements - input elementsCopyright © 2018 FluentLenium. All Rights Reserved.