Uses of Class
io.fluentlenium.core.filter.AttributeFilter
Packages that use AttributeFilter
-
Uses of AttributeFilter in io.fluentlenium.core.filter
Methods in io.fluentlenium.core.filter that return AttributeFilterModifier and TypeMethodDescriptionstatic AttributeFilterFilterConstructor.containingText(String text) Create a filter by textstatic AttributeFilterFilterConstructor.containingTextContent(String text) Create a filter by text contentBuilds a filter that match when selection contains to a given value.Builds a filter that match when selection contains to a given pattern.FilterBuilder.containsWord(String word) Builds a filter that match when selection contains a given word.Builds a filter that match when selection ends with to a given value.Builds a filter that match when selection ends with to a given pattern.Builds a filter that match when selection is equal to a given value.FilterBuilder.notContains(String value) Builds a filter that match when selection doesn't contain given value.FilterBuilder.notContains(Pattern pattern) Builds a filter that match when selection doesn't contain given pattern.FilterBuilder.notEndsWith(String value) Builds a filter that match when selection doesn't end with given value.FilterBuilder.notEndsWith(Pattern pattern) Builds a filter that match when selection doesn't end with given pattern.FilterBuilder.notStartsWith(String value) Builds a filter that match when selection doesn't start with given value.FilterBuilder.notStartsWith(Pattern pattern) Builds a filter that match when selection doesn't start with given pattern.FilterBuilder.startsWith(String value) Builds a filter that match when selection starts with to a given value.FilterBuilder.startsWith(Pattern pattern) Builds a filter that match when selection starts with to a given pattern.static AttributeFilterCreate a filter by classstatic AttributeFilterCreate a filter by idstatic AttributeFilterCreate a filter by namestatic AttributeFilterCreate a filter by textstatic AttributeFilterFilterConstructor.withTextContent(String text) Create a filter by text content