Graphene Selenium: API 2.0.0.Alpha1

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

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

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

Classes in org.jboss.arquillian.ajocado.locator.element 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.element
 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).
 


Graphene Selenium: API 2.0.0.Alpha1

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