Ajocado Implementation 1.0.0.Alpha2

Uses of Class
org.jboss.arquillian.ajocado.locator.AbstractLocator

Packages that use AbstractLocator
org.jboss.arquillian.ajocado.locator   
org.jboss.arquillian.ajocado.locator.option   
 

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

Subclasses of AbstractLocator in org.jboss.arquillian.ajocado.locator
 class AbstractElementLocator<T extends ElementLocator<T>>
          Abstract implementation of element locator able to derive attributes for itself.
 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.arquillian.ajocado.locator with parameters of type AbstractLocator
static String LocatorUtils.getRawLocator(AbstractLocator<?> locator)
          Deprecated. 
 

Uses of AbstractLocator in org.jboss.arquillian.ajocado.locator.option
 

Subclasses of AbstractLocator in org.jboss.arquillian.ajocado.locator.option
 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.
 


Ajocado Implementation 1.0.0.Alpha2

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