|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.webdriver.waiter.webdriver.WebDriverWaiter
@ExperimentalApi public class WebDriverWaiter
WARNING: This API is still experimental and may be changed between versions.
| Constructor Summary | |
|---|---|
WebDriverWaiter(AtlassianWebDriver driver)
|
|
| Method Summary | |
|---|---|
WaiterQuery |
until()
Creates a WaiterQuery that uses the default interval DEFAULT_INTERVAL_TIME |
WaiterQuery |
until(long timeout)
Creates a WaiterQuery which allows the timeout interval
for the waiter to be set. |
WaiterQuery |
until(long time,
TimeUnit unit)
Creates a WaiterQuery which setgs the timeout interval
to a more specific value in seconds or milliseconds. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Inject public WebDriverWaiter(AtlassianWebDriver driver)
| Method Detail |
|---|
public WaiterQuery until()
WaiterQuery that uses the default interval DEFAULT_INTERVAL_TIME
until in interface Waiterpublic WaiterQuery until(long timeout)
WaiterQuery which allows the timeout interval
for the waiter to be set.
until in interface Waitertimeout - in seconds for the waiter to run for before failing.
WaiterQuery with the timeout interval set to the provided interval
public WaiterQuery until(long time,
TimeUnit unit)
WaiterQuery which setgs the timeout interval
to a more specific value in seconds or milliseconds.
until in interface Waitertime - the maximum time to waitunit - the time unit of the time argument
WaiterQuery with the timeout interval set to the provided interval
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||