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

Packages that use Locator
org.jboss.test.selenium.locator   
org.jboss.test.selenium.locator.option   
 

Uses of Locator in org.jboss.test.selenium.locator
 

Classes in org.jboss.test.selenium.locator with type parameters of type Locator
 class AbstractLocator<T extends Locator<T>>
           Abstract implementation of locator.
 interface Locator<T extends Locator<T>>
          Locates the object by given strategy and parameters.
 

Subinterfaces of Locator in org.jboss.test.selenium.locator
 interface AttributeLocator<E extends ElementLocator<E>>
          Specific locator for attributes.
 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.
 interface ElementLocator<T extends ElementLocator<T>>
          Locator for locating elements on page.
 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).
 interface IterableLocator<T extends IterableLocator<T>>
          Locator which can iterate over it's descendant.
 

Classes in org.jboss.test.selenium.locator that implement Locator
 class AbstractElementLocator<T extends ElementLocator<T>>
          Abstract implementation of element locator able to derive attributes for itself.
 class AbstractLocator<T extends Locator<T>>
           Abstract implementation of locator.
 class CssLocator
           A element locator using CSS selectors.
 class DefaultAttributeLocator<E extends ElementLocator<E>>
          Default implementation of locator for element's attributes.
 class DomLocator
           Find an element by evaluating the specified JavaScript expression.
 class IdentifierLocator
          Locates the element with the specified @id attribute.
 class IdLocator
          Locates the element with specified @id attribute.
 class JQueryLocator
           Locates the element using JQuery Selector syntax.
 class LinkLocator
          Locates the link (anchor) element which contains text matching the specified pattern.
 class NameLocator
          Locates the first element with the specified @name attribute.
 class XpathLocator
          Locates the element using XPath expression.
 

Methods in org.jboss.test.selenium.locator that return Locator
 Locator<T> AbstractLocator.format(Object... args)
           
 Locator<T> Locator.format(Object... args)
           
 

Uses of Locator in org.jboss.test.selenium.locator.option
 

Subinterfaces of Locator in org.jboss.test.selenium.locator.option
 interface OptionLocator<T extends OptionLocator<T>>
          Locator for locating select options on page.
 

Classes in org.jboss.test.selenium.locator.option that implement Locator
 class AbstractOptionLocator<T extends OptionLocator<T>>
          Abstract implementation of option locator.
 class OptionIdLocator
          Locates the select option with specified id.
 class OptionIndexLocator
          Locates the select option based on its index (offset from zero).
 class OptionLabelLocator
           Locates select options based on their labels, i.e.
 class OptionValueLocator
          Locates select options based on their values.
 



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