Ajocado Implementation 1.0.0.Alpha2

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

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

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

Classes in org.jboss.arquillian.ajocado.locator with type parameters of type CompoundableLocator
 interface CompoundableLocator<T extends CompoundableLocator<T>>
          Defines element locators which can be used to derive child and generally descendant elements by given locator by composition by composition.
 

Subinterfaces of CompoundableLocator in org.jboss.arquillian.ajocado.locator
 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 CompoundableLocator
 class CssLocator
           A element locator using CSS selectors.
 class JQueryLocator
           Locates the element using JQuery Selector syntax.
 class XPathLocator
          Locates the element using XPath expression.
 


Ajocado Implementation 1.0.0.Alpha2

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