Uses of Class
org.jboss.test.selenium.locator.AbstractElementLocator

Packages that use AbstractElementLocator
org.jboss.test.selenium.locator   
 

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

Subclasses of AbstractElementLocator in org.jboss.test.selenium.locator
 class CssLocator
           A element locator using CSS selectors.
 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.
 



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