|
Ajocado Implementation 1.0.0.Alpha2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JavaScriptRetriever | |
|---|---|
| org.jboss.arquillian.ajocado.waiting.ajax | |
| org.jboss.arquillian.ajocado.waiting.retrievers | |
| Uses of JavaScriptRetriever in org.jboss.arquillian.ajocado.waiting.ajax |
|---|
| Methods in org.jboss.arquillian.ajocado.waiting.ajax with parameters of type JavaScriptRetriever | ||
|---|---|---|
|
AjaxWaiting.waitForChange(JavaScriptRetriever<T> retriever)
Waits until Retrieve's implementation doesn't retrieve value other than value stored by initialization in retriever. |
|
|
AjaxWaiting.waitForChange(T oldValue,
JavaScriptRetriever<T> retriever)
Waits until Retrieve's implementation doesn't retrieve value other than oldValue. |
|
|
AjaxWaiting.waitForChangeAndReturn(JavaScriptRetriever<T> retriever)
Waits until Retrieve's implementation doesn't retrieve value other than value stored by initialization in retriever. |
|
|
AjaxWaiting.waitForChangeAndReturn(T oldValue,
JavaScriptRetriever<T> retriever)
Waits until Retrieve's implementation doesn't retrieve value other than oldValue and this new value returns. |
|
| Uses of JavaScriptRetriever in org.jboss.arquillian.ajocado.waiting.retrievers |
|---|
| Subinterfaces of JavaScriptRetriever in org.jboss.arquillian.ajocado.waiting.retrievers | |
|---|---|
interface |
Retriever<T>
Composes all types able to retrieve typed object from page. |
| Classes in org.jboss.arquillian.ajocado.waiting.retrievers that implement JavaScriptRetriever | |
|---|---|
class |
AttributeRetriever
Retrieves the attribute with given attributeLocator. |
class |
TextRetriever
Retrieves the text for given elementLocator |
|
Ajocado Implementation 1.0.0.Alpha2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||