Uses of Class
org.fluentlenium.core.filter.FilterBuilder
-
Packages that use FilterBuilder Package Description org.fluentlenium.core.filter -
-
Uses of FilterBuilder in org.fluentlenium.core.filter
Methods in org.fluentlenium.core.filter that return FilterBuilder Modifier and Type Method Description static FilterBuilderFilterConstructor. with(java.lang.String attribute)Create a filter builder for the attributestatic FilterBuilderFilterConstructor. withClass()Create a filter builder for the attribute by classstatic FilterBuilderFilterConstructor. withId()Create a filter builder for the attribute by idstatic FilterBuilderFilterConstructor. withName()Create a filter builder for the attribute by namestatic FilterBuilderFilterConstructor. withText()Create a filter builder for the attribute by textstatic FilterBuilderFilterConstructor. withTextContent()Create a filter builder by text content
-