org.jboss.test.selenium.waiting.retrievers
Class RetrieverFactory
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.