Ajocado Implementation 1.0.0.Alpha2

Uses of Interface
org.jboss.arquillian.ajocado.waiting.selenium.SeleniumRetriever

Packages that use SeleniumRetriever
org.jboss.arquillian.ajocado.waiting.retrievers   
org.jboss.arquillian.ajocado.waiting.selenium   
 

Uses of SeleniumRetriever in org.jboss.arquillian.ajocado.waiting.retrievers
 

Subinterfaces of SeleniumRetriever 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 SeleniumRetriever
 class AttributeRetriever
          Retrieves the attribute with given attributeLocator.
 class TextRetriever
          Retrieves the text for given elementLocator
 

Uses of SeleniumRetriever in org.jboss.arquillian.ajocado.waiting.selenium
 

Methods in org.jboss.arquillian.ajocado.waiting.selenium with parameters of type SeleniumRetriever
<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
SeleniumWaiting.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
SeleniumWaiting.waitForChangeAndReturn(T oldValue, SeleniumRetriever<T> retriever)
          Waits until Retrieve's implementation doesn't retrieve value other than oldValue and this new value returns.
 


Ajocado Implementation 1.0.0.Alpha2

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.