org.jboss.test.selenium.locator
Class IdLocator
java.lang.Object
org.jboss.test.selenium.locator.AbstractLocator<T>
org.jboss.test.selenium.locator.AbstractElementLocator<IdLocator>
org.jboss.test.selenium.locator.IdLocator
- All Implemented Interfaces:
- ElementLocator<IdLocator>, Locator<IdLocator>
public class IdLocator
- extends AbstractElementLocator<IdLocator>
Locates the element with specified @id attribute.
- Version:
- $Revision$
- Author:
- Lukas Fryc
IdLocator
public IdLocator(String id)
getLocationStrategy
public ElementLocationStrategy getLocationStrategy()
- Description copied from interface:
Locator
- Returns the location strategy for this element
- Returns:
- the location strategy for this element
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.