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

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

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

Methods in org.jboss.test.selenium.locator that return CssLocator
static CssLocator LocatorFactory.css(String cssSelector)
          Gets element locator finding elements using CSS selectors.
 CssLocator CssLocator.getChild(CssLocator elementLocator)
           
 CssLocator CssLocator.getDescendant(CssLocator elementLocator)
           
 

Methods in org.jboss.test.selenium.locator with parameters of type CssLocator
 CssLocator CssLocator.getChild(CssLocator elementLocator)
           
 CssLocator CssLocator.getDescendant(CssLocator elementLocator)
           
 



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