| Modifier and Type | Class and Description |
|---|---|
class |
WaitingProxy<T extends Waiting<T>> |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Waiting<T>> |
WaitingProxy.create(T waiting,
GrapheneConfiguration.TimeoutType timeoutType) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultWaiting<T extends Waiting<T>>
Abstract implementation of immutable class with purpose of waiting with customizable timeout, interval, and failure behaviour
and delay on start of waiting.
|
interface |
Waiting<T extends Waiting<T>>
Interface for implementations of waiting for satisfaction of condition.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultWaiting<T extends Waiting<T>>
Abstract implementation of immutable class with purpose of waiting with customizable timeout, interval, and failure behaviour
and delay on start of waiting.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AjaxWaiting
Implementation of waiting for satisfaction of conditions on page after the Ajax request.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAjaxWaiting
Implementation of waiting for satisfaction of conditions on page after the Ajax request.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SeleniumWaiting
Implementation of waiting for satisfaction of conditions on page using polling the Selenium API with given question.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSeleniumWaiting
Implementation of waiting for satisfaction of conditions on page using polling the Selenium API with given question.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.