public interface SearchFilter
| Modifier and Type | Method and Description |
|---|---|
Collection<FluentWebElement> |
applyFilter(Collection<FluentWebElement> elements)
Apply the filter.
|
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.
|
String getCssFilter()
boolean isCssFilterSupported()
Collection<FluentWebElement> applyFilter(Collection<FluentWebElement> elements)
elements - input elementsCopyright © 2016 FluentLenium. All Rights Reserved.