| Package | Description |
|---|---|
| cz.etnetera.seleniumbrowser.browser |
| Modifier and Type | Method and Description |
|---|---|
<K extends Throwable> |
BrowserContextWait.ignoreAll(Collection<Class<? extends K>> types) |
BrowserContextWait |
BrowserContextWait.ignoring(Class<? extends Throwable> exceptionType) |
BrowserContextWait |
BrowserContextWait.ignoring(Class<? extends Throwable> firstType,
Class<? extends Throwable> secondType) |
BrowserContextWait |
BrowserContextWait.pollingEvery(long duration,
TimeUnit unit) |
BrowserContextWait |
BrowserContextWait.sleep()
Sleeps for defined timeout without checking for any
condition.
|
default BrowserContextWait |
BrowserContext.waiting()
Constructs new wait instance using default
waiting settings.
|
default BrowserContextWait |
BrowserContext.waiting(org.openqa.selenium.support.ui.Clock clock,
org.openqa.selenium.support.ui.Sleeper sleeper,
double timeout,
double retryInterval)
Constructs new wait instance using default
waiting settings with specific clock to use
when measuring the timeout, specific sleeper to use
to put the thread to sleep between evaluation loops,
specific timeout in seconds and retry interval in seconds.
|
default BrowserContextWait |
BrowserContext.waiting(double timeout)
Constructs new wait instance using default
waiting settings with specific timeout in seconds.
|
default BrowserContextWait |
BrowserContext.waiting(double timeout,
double retryInterval)
Constructs new wait instance using default
waiting settings with specific timeout in seconds
and retry interval in seconds.
|
BrowserContextWait |
BrowserContextWait.withMessage(String message) |
BrowserContextWait |
BrowserContextWait.withMessage(com.google.common.base.Supplier<String> messageSupplier) |
BrowserContextWait |
BrowserContextWait.withTimeout(long duration,
TimeUnit unit) |
Copyright © 2016 Etnetera a.s.. All rights reserved.