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

Packages that use IdLocator
org.jboss.test.selenium.framework   
org.jboss.test.selenium.locator   
 

Uses of IdLocator in org.jboss.test.selenium.framework
 

Methods in org.jboss.test.selenium.framework that return IdLocator
 IdLocator TypedSeleniumImpl.assignId(ElementLocator<?> elementLocator, String identifier)
           
 IdLocator TypedSelenium.assignId(ElementLocator<?> locator, String identifier)
          Temporarily sets the "id" attribute of the specified element, so you can locate it in the future using its ID rather than a slow/complicated XPath.
 

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

Methods in org.jboss.test.selenium.locator that return IdLocator
static IdLocator LocatorFactory.id(String id)
          Locates the element with specified @id attribute.
 



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