Graphene Implementation 1.0.0.CR3

Uses of Class
org.jboss.arquillian.ajocado.locator.JQueryLocator

Packages that use JQueryLocator
org.jboss.arquillian.ajocado   
org.jboss.arquillian.ajocado.locator   
 

Uses of JQueryLocator in org.jboss.arquillian.ajocado
 

Methods in org.jboss.arquillian.ajocado that return JQueryLocator
static JQueryLocator Ajocado.jq(String jquerySelector)
          Deprecated. Locates the element using JQuery Selector syntax.
static JQueryLocator Graphene.jq(String jquerySelector)
          Locates the element using JQuery Selector syntax.
 

Uses of JQueryLocator in org.jboss.arquillian.ajocado.locator
 

Methods in org.jboss.arquillian.ajocado.locator that return JQueryLocator
 JQueryLocator JQueryLocator.filter(String extension)
           
 JQueryLocator JQueryLocator.format(Object... args)
           
 JQueryLocator JQueryLocator.get(int index)
           
 JQueryLocator JQueryLocator.getChild(JQueryLocator elementLocator)
           
 JQueryLocator JQueryLocator.getDescendant(JQueryLocator elementLocator)
           
static JQueryLocator LocatorFactory.jq(String jquerySelector)
          Locates the element using JQuery Selector syntax.
 

Methods in org.jboss.arquillian.ajocado.locator with parameters of type JQueryLocator
 JQueryLocator JQueryLocator.getChild(JQueryLocator elementLocator)
           
 JQueryLocator JQueryLocator.getDescendant(JQueryLocator elementLocator)
           
 


Graphene Implementation 1.0.0.CR3

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