public abstract class WaitingWrapperImpl extends Object implements WaitingWrapper
| Constructor and Description |
|---|
WaitingWrapperImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
perform() |
protected abstract void |
performWait(org.jboss.arquillian.graphene.wait.FluentWait<org.openqa.selenium.WebDriver,Void> wait)
Use @wait parameter to wait for the condition.
|
WaitingWrapper |
pollingEvery(long interval,
TimeUnit timeUnit) |
WaitingWrapper |
withMessage(String message) |
WaitingWrapper |
withTimeout(long interval,
TimeUnit timeUnit) |
public final void perform()
perform in interface WaitingWrapperprotected abstract void performWait(org.jboss.arquillian.graphene.wait.FluentWait<org.openqa.selenium.WebDriver,Void> wait)
wait - public final WaitingWrapper pollingEvery(long interval, TimeUnit timeUnit)
pollingEvery in interface WaitingWrapperpublic final WaitingWrapper withMessage(String message)
withMessage in interface WaitingWrapperpublic final WaitingWrapper withTimeout(long interval, TimeUnit timeUnit)
withTimeout in interface WaitingWrapperCopyright © 2015 JBoss by Red Hat. All Rights Reserved.