|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FluentWaitMatcher | |
|---|---|
| org.fluentlenium.core.wait | |
| Uses of FluentWaitMatcher in org.fluentlenium.core.wait |
|---|
| Methods in org.fluentlenium.core.wait that return FluentWaitMatcher | |
|---|---|
FluentWaitMatcher |
FluentWaitBuilder.contains(Pattern equal)
|
FluentWaitMatcher |
FluentWaitBuilder.contains(String equal)
|
FluentWaitMatcher |
FluentWaitBuilder.endsWith(Pattern equal)
|
FluentWaitMatcher |
FluentWaitBuilder.endsWith(String equal)
|
FluentWaitMatcher |
FluentWaitBuilder.equalTo(String equal)
|
FluentWaitMatcher |
FluentWaitBuilder.notContains(Pattern equal)
|
FluentWaitMatcher |
FluentWaitBuilder.notContains(String equal)
|
FluentWaitMatcher |
FluentWaitBuilder.notEndsWith(Pattern equal)
|
FluentWaitMatcher |
FluentWaitBuilder.notEndsWith(String equal)
|
FluentWaitMatcher |
FluentWaitBuilder.notStartsWith(Pattern equal)
|
FluentWaitMatcher |
FluentWaitBuilder.notStartsWith(String equal)
|
FluentWaitMatcher |
FluentWaitBuilder.startsWith(Pattern equal)
|
FluentWaitMatcher |
FluentWaitBuilder.startsWith(String equal)
|
FluentWaitMatcher |
FluentWait.until(String string)
|
FluentWaitMatcher |
FluentWaitMatcher.withId(String value)
Check that the element has the corrsponding id |
FluentWaitMatcher |
FluentWaitMatcher.withName(String value)
Check that the element has the corrsponding name |
FluentWaitMatcher |
FluentWaitMatcher.withText(String value)
Check that the element has the corresponding text |
| Constructors in org.fluentlenium.core.wait with parameters of type FluentWaitMatcher | |
|---|---|
FluentWaitBuilder(FluentWaitMatcher fluentWaitBuilder,
FilterType filterType)
|
|
FluentWaitBuilder(FluentWaitMatcher fluentWaitBuilder,
String attribute)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||