Ajocado Implementation 1.0.0.Alpha2

Uses of Interface
org.jboss.arquillian.ajocado.locator.ExtendedLocator

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

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

Classes in org.jboss.arquillian.ajocado.locator with type parameters of type ExtendedLocator
 interface ExtendedLocator<T extends ExtendedLocator<T>>
          Locator which is iterable and compoundable - it means you can iterate through it's descendants ( IterableLocator) and can derive it's descendants using composition of locators (CompoundableLocator).
 

Classes in org.jboss.arquillian.ajocado.locator that implement ExtendedLocator
 class JQueryLocator
           Locates the element using JQuery Selector syntax.
 class XPathLocator
          Locates the element using XPath expression.
 

Methods in org.jboss.arquillian.ajocado.locator that return ExtendedLocator
 ExtendedLocator<XPathLocator> XPathLocator.format(Object... args)
           
 ExtendedLocator<T> ExtendedLocator.format(Object... args)
           
 


Ajocado Implementation 1.0.0.Alpha2

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