Graphene Implementation 1.0.0.CR3

org.jboss.arquillian.ajocado.waiting.retrievers
Interface Retriever<T>

Type Parameters:
T - the type of object to retrieve from page
All Superinterfaces:
JavaScriptRetriever<T>, RetrievedValueHolder<T>, SeleniumRetriever<T>
All Known Implementing Classes:
AttributeRetriever, TextRetriever

public interface Retriever<T>
extends JavaScriptRetriever<T>, SeleniumRetriever<T>

Composes all types able to retrieve typed object from page.

Version:
$Revision$
Author:
Lukas Fryc

Method Summary
 
Methods inherited from interface org.jboss.arquillian.ajocado.waiting.ajax.JavaScriptRetriever
getConvertor, getJavaScriptRetrieve
 
Methods inherited from interface org.jboss.arquillian.ajocado.waiting.selenium.SeleniumRetriever
retrieve
 
Methods inherited from interface org.jboss.arquillian.ajocado.waiting.retrievers.RetrievedValueHolder
getValue, initializeValue, setValue
 


Graphene Implementation 1.0.0.CR3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.