Ajocado Implementation 1.0.0.Alpha2

Uses of Package
org.jboss.arquillian.ajocado.locator

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

Classes in org.jboss.arquillian.ajocado.locator used by org.jboss.arquillian.ajocado
CssLocator
           A element locator using CSS selectors.
DomLocator
           Find an element by evaluating the specified JavaScript expression.
IdLocator
          Locates the element with specified @id attribute.
JQueryLocator
           Locates the element using JQuery Selector syntax.
LinkLocator
          Locates the link (anchor) element which contains text matching the specified pattern.
NameLocator
          Locates the first element with the specified @name attribute.
XPathLocator
          Locates the element using XPath expression.
 

Classes in org.jboss.arquillian.ajocado.locator used by org.jboss.arquillian.ajocado.framework
IdLocator
          Locates the element with specified @id attribute.
 

Classes in org.jboss.arquillian.ajocado.locator used by org.jboss.arquillian.ajocado.locator
AbstractElementLocator
          Abstract implementation of element locator able to derive attributes for itself.
AbstractLocator
           Abstract implementation of locator.
CompoundableLocator
          Defines element locators which can be used to derive child and generally descendant elements by given locator by composition by composition.
CssLocator
           A element locator using CSS selectors.
DomLocator
           Find an element by evaluating the specified JavaScript expression.
ExtendedLocator
          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).
IdLocator
          Locates the element with specified @id attribute.
JQueryLocator
           Locates the element using JQuery Selector syntax.
LinkLocator
          Locates the link (anchor) element which contains text matching the specified pattern.
NameLocator
          Locates the first element with the specified @name attribute.
XPathLocator
          Locates the element using XPath expression.
 

Classes in org.jboss.arquillian.ajocado.locator used by org.jboss.arquillian.ajocado.locator.option
AbstractLocator
           Abstract implementation of locator.
 


Ajocado Implementation 1.0.0.Alpha2

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