org.jboss.test.selenium.locator
Class NameLocator
java.lang.Object
org.jboss.test.selenium.locator.AbstractLocator<T>
org.jboss.test.selenium.locator.AbstractElementLocator<NameLocator>
org.jboss.test.selenium.locator.NameLocator
- All Implemented Interfaces:
- ElementLocator<NameLocator>, Locator<NameLocator>
public class NameLocator
- extends AbstractElementLocator<NameLocator>
Locates the first element with the specified @name attribute.
- Version:
- $Revision$
- Author:
- Lukas Fryc
NameLocator
public NameLocator(String name)
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.