org.jboss.test.selenium.waiting.retrievers
Class RetrieverFactory

java.lang.Object
  extended by org.jboss.test.selenium.waiting.retrievers.RetrieverFactory

public final class RetrieverFactory
extends Object

Provides the basic set of predefined retrievers to reference from the test implementations.

Version:
$Revision$
Author:
Lukas Fryc

Field Summary
static AttributeRetriever RETRIEVE_ATTRIBUTE
          Retrieves the attribute with given attributeLocator.
static TextRetriever RETRIEVE_TEXT
          Retrieves the text for given elementLocator
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RETRIEVE_TEXT

public static final TextRetriever RETRIEVE_TEXT
Retrieves the text for given elementLocator


RETRIEVE_ATTRIBUTE

public static final AttributeRetriever RETRIEVE_ATTRIBUTE
Retrieves the attribute with given attributeLocator.

See Also:
AttributeRetriever}


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