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 WaitingWrapper
protected 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 WaitingWrapper
public final WaitingWrapper withMessage(String message)
withMessage
in interface WaitingWrapper
public final WaitingWrapper withTimeout(long interval, TimeUnit timeUnit)
withTimeout
in interface WaitingWrapper
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.