Uses of Package
org.jboss.test.selenium.locator

Packages that use org.jboss.test.selenium.locator
org.jboss.test.selenium.actions   
org.jboss.test.selenium.framework   
org.jboss.test.selenium.framework.internal   
org.jboss.test.selenium.locator   
org.jboss.test.selenium.locator.iteration   
org.jboss.test.selenium.locator.option   
org.jboss.test.selenium.waiting.conditions   
org.jboss.test.selenium.waiting.retrievers   
 

Classes in org.jboss.test.selenium.locator used by org.jboss.test.selenium.actions
ElementLocator
          Locator for locating elements on page.
 

Classes in org.jboss.test.selenium.locator used by org.jboss.test.selenium.framework
Attribute
           Attribute of page element.
AttributeLocator
          Specific locator for attributes.
ElementLocationStrategy
          Strategy for locating element on the page.
ElementLocator
          Locator for locating elements on page.
IdLocator
          Locates the element with specified @id attribute.
IterableLocator
          Locator which can iterate over it's descendant.
 

Classes in org.jboss.test.selenium.locator used by org.jboss.test.selenium.framework.internal
Attribute
           Attribute of page element.
ElementLocator
          Locator for locating elements on page.
 

Classes in org.jboss.test.selenium.locator used by org.jboss.test.selenium.locator
AbstractElementLocator
          Abstract implementation of element locator able to derive attributes for itself.
AbstractLocationStrategy
          Abstract strategy for location of items on page.
AbstractLocator
           Abstract implementation of locator.
Attribute
           Attribute of page element.
AttributeLocator
          Specific locator for attributes.
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.
ElementLocationStrategy
          Strategy for locating element on the page.
ElementLocator
          Locator for locating elements on page.
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.
IterableLocator
          Locator which can iterate over it's descendant.
JQueryLocator
           Locates the element using JQuery Selector syntax.
LinkLocator
          Locates the link (anchor) element which contains text matching the specified pattern.
LocationStrategy
          Strategy for locating items on page.
Locator
          Locates the object by given strategy and parameters.
NameLocator
          Locates the first element with the specified @name attribute.
XpathLocator
          Locates the element using XPath expression.
 

Classes in org.jboss.test.selenium.locator used by org.jboss.test.selenium.locator.iteration
IterableLocator
          Locator which can iterate over it's descendant.
 

Classes in org.jboss.test.selenium.locator used by org.jboss.test.selenium.locator.option
AbstractLocationStrategy
          Abstract strategy for location of items on page.
AbstractLocator
           Abstract implementation of locator.
LocationStrategy
          Strategy for locating items on page.
Locator
          Locates the object by given strategy and parameters.
 

Classes in org.jboss.test.selenium.locator used by org.jboss.test.selenium.waiting.conditions
AttributeLocator
          Specific locator for attributes.
ElementLocator
          Locator for locating elements on page.
IterableLocator
          Locator which can iterate over it's descendant.
 

Classes in org.jboss.test.selenium.locator used by org.jboss.test.selenium.waiting.retrievers
AttributeLocator
          Specific locator for attributes.
ElementLocator
          Locator for locating elements on page.
 



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