Ajocado Implementation 1.0.0.Alpha2

Package org.jboss.arquillian.ajocado.locator

Interface Summary
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.
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).
 

Class Summary
AbstractElementLocator<T extends ElementLocator<T>> Abstract implementation of element locator able to derive attributes for itself.
AbstractLocator<T extends Locator<T>> Abstract implementation of locator.
CssLocator A element locator using CSS selectors.
DefaultAttributeLocator<E extends ElementLocator<E>> Default implementation of locator for element's attributes.
DomLocator Find an element by evaluating the specified JavaScript expression.
IdentifierLocator Locates the element with the specified @id attribute.
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.
LocatorFactory Utility class simplifying creation of locators of various types providing it's factories.
LocatorUtils Utility class for locators.
NameLocator Locates the first element with the specified @name attribute.
XPathLocator Locates the element using XPath expression.
 


Ajocado Implementation 1.0.0.Alpha2

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