| Constructor and Description |
|---|
WebDriverWaiter(AtlassianWebDriver driver) |
| Modifier and Type | Method and Description |
|---|---|
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. |
@Inject public WebDriverWaiter(AtlassianWebDriver driver)
public WaiterQuery until()
WaiterQuery that uses the default interval DEFAULT_INTERVAL_TIMEpublic 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 intervalpublic 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 argumentWaiterQuery with the timeout interval set to the provided intervalCopyright © 2015 Atlassian. All rights reserved.