Package org.jboss.test.selenium.waiting.retrievers

Interface Summary
RetrievedValueHolder<T> Holds typed value retrieved from page in thread local storage.
Retriever<T> Composes all types able to retrieve typed object from page.
 

Class Summary
AbstractRetriever<T> Retrieves the typed value from page and stores it as ThreadLocal.
AttributeRetriever Retrieves the attribute with given attributeLocator.
RetrieverFactory Provides the basic set of predefined retrievers to reference from the test implementations.
TextRetriever Retrieves the text for given elementLocator
 



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