Uses of Interface
org.jboss.arquillian.graphene.wait.FluentWait
Packages that use FluentWait
-
Uses of FluentWait in org.jboss.arquillian.graphene.wait
Subinterfaces of FluentWait in org.jboss.arquillian.graphene.waitMethods in org.jboss.arquillian.graphene.wait that return FluentWaitModifier and TypeMethodDescription<K extends Throwable>
FluentWait<ARG,FLUENT> FluentWait.ignoreAll(Collection<Class<? extends K>> types) Configures this instance to ignore specific types of exceptions while waiting for a condition.<K extends Throwable>
FluentWait<org.openqa.selenium.WebDriver,FLUENT> WebDriverWait.ignoreAll(Collection<Class<? extends K>> types) <K extends Throwable>
FluentWait<ARG,FLUENT> <K extends Throwable>
FluentWait<ARG,FLUENT> <K extends Throwable>
FluentWait<org.openqa.selenium.WebDriver,FLUENT> <K extends Throwable>
FluentWait<org.openqa.selenium.WebDriver,FLUENT> FluentWait.pollingEvery(long duration, TimeUnit unit) Sets how often the condition should be evaluated.FluentWait.pollingEvery(Duration duration) Sets how often the condition should be evaluated.FluentWait<org.openqa.selenium.WebDriver,FLUENT> WebDriverWait.pollingEvery(long duration, TimeUnit unit) FluentWait<org.openqa.selenium.WebDriver,FLUENT> WebDriverWait.pollingEvery(Duration duration) FluentWait.withMessage(String message) Sets the message to be displayed when time expires.FluentWait<org.openqa.selenium.WebDriver,FLUENT> WebDriverWait.withMessage(String message) FluentWait.withTimeout(long duration, TimeUnit unit) Sets how long to wait for the evaluated condition to be true.FluentWait.withTimeout(Duration duration) Sets how long to wait for the evaluated condition to be true.FluentWait<org.openqa.selenium.WebDriver,FLUENT> WebDriverWait.withTimeout(long duration, TimeUnit unit) FluentWait<org.openqa.selenium.WebDriver,FLUENT> WebDriverWait.withTimeout(Duration duration)