Uses of Class
org.jboss.test.selenium.waiting.conditions.TextEquals

Packages that use TextEquals
org.jboss.test.selenium   
org.jboss.test.selenium.waiting.conditions   
 

Uses of TextEquals in org.jboss.test.selenium
 

Fields in org.jboss.test.selenium declared as TextEquals
protected  TextEquals AbstractTestCase.textEquals
           
 

Uses of TextEquals in org.jboss.test.selenium.waiting.conditions
 

Methods in org.jboss.test.selenium.waiting.conditions that return TextEquals
static TextEquals TextEquals.getInstance()
          Factory method.
 TextEquals TextEquals.locator(ElementLocator<?> elementLocator)
           Returns the TextEquals instance with given elementLocator set.
 TextEquals TextEquals.text(String text)
           Returns the TextEquals instance with text set.
 



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