Uses of Interface
org.jboss.test.selenium.locator.IterableLocator

Packages that use IterableLocator
org.jboss.test.selenium.framework   
org.jboss.test.selenium.locator   
org.jboss.test.selenium.locator.iteration   
org.jboss.test.selenium.waiting.conditions   
 

Uses of IterableLocator in org.jboss.test.selenium.framework
 

Methods in org.jboss.test.selenium.framework with parameters of type IterableLocator
 int ExtendedTypedSeleniumImpl.getCount(IterableLocator<?> locator)
           
 int TypedSeleniumImpl.getCount(IterableLocator<?> locator)
           
 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.test.selenium.locator
 

Classes in org.jboss.test.selenium.locator with type parameters of type IterableLocator
 interface IterableLocator<T extends IterableLocator<T>>
          Locator which can iterate over it's descendant.
 

Subinterfaces of IterableLocator in org.jboss.test.selenium.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.test.selenium.locator that implement IterableLocator
 class JQueryLocator
           Locates the element using JQuery Selector syntax.
 class XpathLocator
          Locates the element using XPath expression.
 

Uses of IterableLocator in org.jboss.test.selenium.locator.iteration
 

Classes in org.jboss.test.selenium.locator.iteration with type parameters of type IterableLocator
 class AbstractElementList<T extends IterableLocator<T>>
           Abstract class able to iterate over IterableLocator<T>.
 class ChildElementList<T extends IterableLocator<T>>
           Able to iterate over direct childs of given locator.
 class ElementOcurrenceList<T extends IterableLocator<T>>
           Able to iterate over all occurrences of given locator on whole page.
 

Uses of IterableLocator in org.jboss.test.selenium.waiting.conditions
 

Methods in org.jboss.test.selenium.waiting.conditions with parameters of type IterableLocator
 CountEquals CountEquals.locator(IterableLocator<?> iterableLocator)
           Returns the CountEquals instance with given elementLocator set.
 



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