Graphene Selenium: API 2.0.0.Alpha1

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

Packages that use IterableLocator
org.jboss.arquillian.ajocado.framework   
org.jboss.arquillian.ajocado.locator.element   
 

Uses of IterableLocator in org.jboss.arquillian.ajocado.framework
 

Methods in org.jboss.arquillian.ajocado.framework with parameters of type IterableLocator
 int ExtendedTypedSelenium.getCount(IterableLocator<?> locator)
           
 int TypedSelenium.getCount(IterableLocator<?> locator)
          Returns the number of elements that match the specified locator.
 

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

Classes in org.jboss.arquillian.ajocado.locator.element with type parameters of type IterableLocator
 class AbstractIterableLocator<T extends IterableLocator<T>>
          Abstract implementation of locator which can iterate over it's descendant.
 interface IterableLocator<T extends IterableLocator<T>>
          Locator which can iterate over it's descendant.
 

Subinterfaces of IterableLocator 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).
 

Classes in org.jboss.arquillian.ajocado.locator.element that implement IterableLocator
 class AbstractIterableLocator<T extends IterableLocator<T>>
          Abstract implementation of locator which can iterate over it's descendant.
 


Graphene Selenium: API 2.0.0.Alpha1

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