Uses of Class
org.jboss.test.selenium.locator.JQueryLocator

Packages that use JQueryLocator
org.jboss.test.selenium.locator   
 

Uses of JQueryLocator in org.jboss.test.selenium.locator
 

Methods in org.jboss.test.selenium.locator that return JQueryLocator
 JQueryLocator JQueryLocator.format(Object... args)
           
 JQueryLocator JQueryLocator.getChild(JQueryLocator elementLocator)
           
 JQueryLocator JQueryLocator.getDescendant(JQueryLocator elementLocator)
           
 JQueryLocator JQueryLocator.getNthChildElement(int index)
           
 JQueryLocator JQueryLocator.getNthOccurence(int index)
           
static JQueryLocator LocatorFactory.jq(String jquerySelector)
          Locates the element using JQuery Selector syntax.
 

Methods in org.jboss.test.selenium.locator that return types with arguments of type JQueryLocator
 Iterable<JQueryLocator> JQueryLocator.getAllChildren()
           
 Iterable<JQueryLocator> JQueryLocator.getAllOccurrences()
           
 Iterable<JQueryLocator> JQueryLocator.getChildren(JQueryLocator elementLocator)
           
 Iterable<JQueryLocator> JQueryLocator.getDescendants(JQueryLocator elementLocator)
           
 

Methods in org.jboss.test.selenium.locator with parameters of type JQueryLocator
 JQueryLocator JQueryLocator.getChild(JQueryLocator elementLocator)
           
 Iterable<JQueryLocator> JQueryLocator.getChildren(JQueryLocator elementLocator)
           
 JQueryLocator JQueryLocator.getDescendant(JQueryLocator elementLocator)
           
 Iterable<JQueryLocator> JQueryLocator.getDescendants(JQueryLocator elementLocator)
           
 



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