Class WebDriverWaitImpl<FLUENT>
java.lang.Object
org.jboss.arquillian.graphene.wait.WebDriverWaitImpl<FLUENT>
- All Implemented Interfaces:
FluentBase<FLUENT>,FluentWait<org.openqa.selenium.WebDriver,,FLUENT> WebDriverWait<FLUENT>,org.openqa.selenium.support.ui.Wait<org.openqa.selenium.WebDriver>
- Author:
- Jan Papousek
-
Constructor Summary
ConstructorsModifierConstructorDescriptionWebDriverWaitImpl(FLUENT fluent, org.openqa.selenium.WebDriver driver, long timeOutInSeconds) protectedWebDriverWaitImpl(org.openqa.selenium.support.ui.WebDriverWait wait, FLUENT fluent) -
Method Summary
Modifier and TypeMethodDescription<ACTION> FLUENTcommit(ACTION action) <K extends Throwable>
FluentWait<org.openqa.selenium.WebDriver,FLUENT> ignoreAll(Collection<Class<? extends K>> types) <K extends Throwable>
FluentWait<org.openqa.selenium.WebDriver,FLUENT> <K extends Throwable>
FluentWait<org.openqa.selenium.WebDriver,FLUENT> FluentWait<org.openqa.selenium.WebDriver,FLUENT> pollingEvery(long duration, TimeUnit unit) FluentWait<org.openqa.selenium.WebDriver,FLUENT> pollingEvery(Duration duration) until()<T> TFluentWait<org.openqa.selenium.WebDriver,FLUENT> withMessage(String message) FluentWait<org.openqa.selenium.WebDriver,FLUENT> withTimeout(long duration, TimeUnit unit) FluentWait<org.openqa.selenium.WebDriver,FLUENT> withTimeout(Duration duration)
-
Constructor Details
-
WebDriverWaitImpl
-
WebDriverWaitImpl
public WebDriverWaitImpl(FLUENT fluent, org.openqa.selenium.WebDriver driver, long timeOutInSeconds)
-
-
Method Details
-
withMessage
- Specified by:
withMessagein interfaceFluentWait<org.openqa.selenium.WebDriver,FLUENT> - Specified by:
withMessagein interfaceWebDriverWait<FLUENT>
-
withTimeout
- Specified by:
withTimeoutin interfaceFluentWait<org.openqa.selenium.WebDriver,FLUENT> - Specified by:
withTimeoutin interfaceWebDriverWait<FLUENT>
-
withTimeout
- Specified by:
withTimeoutin interfaceFluentWait<org.openqa.selenium.WebDriver,FLUENT> - Specified by:
withTimeoutin interfaceWebDriverWait<FLUENT>
-
pollingEvery
- Specified by:
pollingEveryin interfaceFluentWait<org.openqa.selenium.WebDriver,FLUENT> - Specified by:
pollingEveryin interfaceWebDriverWait<FLUENT>
-
pollingEvery
- Specified by:
pollingEveryin interfaceFluentWait<org.openqa.selenium.WebDriver,FLUENT> - Specified by:
pollingEveryin interfaceWebDriverWait<FLUENT>
-
ignoreAll
public <K extends Throwable> FluentWait<org.openqa.selenium.WebDriver,FLUENT> ignoreAll(Collection<Class<? extends K>> types) - Specified by:
ignoreAllin interfaceFluentWait<org.openqa.selenium.WebDriver,FLUENT> - Specified by:
ignoreAllin interfaceWebDriverWait<FLUENT>
-
ignoring
public <K extends Throwable> FluentWait<org.openqa.selenium.WebDriver,FLUENT> ignoring(Class<? extends Throwable> exceptionType) - Specified by:
ignoringin interfaceFluentWait<org.openqa.selenium.WebDriver,FLUENT> - Specified by:
ignoringin interfaceWebDriverWait<FLUENT>
-
ignoring
public <K extends Throwable> FluentWait<org.openqa.selenium.WebDriver,FLUENT> ignoring(Class<? extends Throwable> firstType, Class<? extends Throwable> secondType) - Specified by:
ignoringin interfaceFluentWait<org.openqa.selenium.WebDriver,FLUENT> - Specified by:
ignoringin interfaceWebDriverWait<FLUENT>
-
until
- Specified by:
untilin interfaceFluentWait<org.openqa.selenium.WebDriver,FLUENT> - Specified by:
untilin interfaceWebDriverWait<FLUENT>
-
until
- Specified by:
untilin interfaceFluentWait<org.openqa.selenium.WebDriver,FLUENT> - Specified by:
untilin interfaceWebDriverWait<FLUENT>
-
until
- Specified by:
untilin interfaceorg.openqa.selenium.support.ui.Wait<FLUENT>- Specified by:
untilin interfaceWebDriverWait<FLUENT>
-
commit
- Specified by:
commitin interfaceFluentBase<FLUENT>- Specified by:
commitin interfaceWebDriverWait<FLUENT>
-