Uses of Class
io.fluentlenium.core.wait.FluentWaitElement
-
Uses of FluentWaitElement in io.fluentlenium.core.domain
Modifier and TypeMethodDescriptionFluentWebElement.await()
Build a wait object to wait for a condition of this element. -
Uses of FluentWaitElement in io.fluentlenium.core.wait
Modifier and TypeMethodDescriptionFluentWaitElement.explicitlyFor
(long amount, TimeUnit timeUnit) FluentWaitElement.ignoreAll
(Collection<Class<? extends Throwable>> types) FluentWaitElement.ignoring
(Class<? extends RuntimeException> exceptionType) FluentWaitElement.ignoring
(Class<? extends RuntimeException> firstType, Class<? extends RuntimeException> secondType) FluentWaitElement.pollingEvery
(Duration duration) FluentWaitElement.untilAsserted
(Runnable block) FluentWaitElement.withMessage
(Supplier<String> message) FluentWaitElement.withNoDefaultsException()