| Package | Description |
|---|---|
| org.jboss.arquillian.ajocado.waiting.retrievers | |
| org.jboss.arquillian.ajocado.waiting.selenium |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Retriever<T>
Composes all types able to retrieve typed object from page.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeRetriever
Retrieves the attribute with given attributeLocator.
|
class |
TextRetriever
Retrieves the text for given elementLocator
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
SeleniumWaiting.waitForChange(SeleniumRetriever<T> retriever)
Waits until Retrieve's implementation doesn't retrieve value other than value stored by initialization in retriever.
|
<T> void |
DefaultSeleniumWaiting.waitForChange(SeleniumRetriever<T> retriever)
Waits until Retrieve's implementation doesn't retrieve value other than value stored by initialization in retriever.
|
<T> void |
SeleniumWaiting.waitForChange(T oldValue,
SeleniumRetriever<T> retriever)
Waits until Retrieve's implementation doesn't retrieve value other than oldValue.
|
<T> void |
DefaultSeleniumWaiting.waitForChange(T oldValue,
SeleniumRetriever<T> retriever)
Waits until Retrieve's implementation doesn't retrieve value other than oldValue.
|
<T> T |
SeleniumWaiting.waitForChangeAndReturn(SeleniumRetriever<T> retriever)
Waits until Retrieve's implementation doesn't retrieve value other than value stored by initialization in retriever.
|
<T> T |
DefaultSeleniumWaiting.waitForChangeAndReturn(SeleniumRetriever<T> retriever)
Waits until Retrieve's implementation doesn't retrieve value other than value stored by initialization in retriever.
|
<T> T |
SeleniumWaiting.waitForChangeAndReturn(T oldValue,
SeleniumRetriever<T> retriever)
Waits until Retrieve's implementation doesn't retrieve value other than oldValue and this new value returns.
|
<T> T |
DefaultSeleniumWaiting.waitForChangeAndReturn(T oldValue,
SeleniumRetriever<T> retriever)
Waits until Retrieve's implementation doesn't retrieve value other than oldValue and this new value returns.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.