org.jboss.test.selenium.locator
Class LinkLocator
java.lang.Object
org.jboss.test.selenium.locator.AbstractLocator<T>
org.jboss.test.selenium.locator.AbstractElementLocator<LinkLocator>
org.jboss.test.selenium.locator.LinkLocator
- All Implemented Interfaces:
- ElementLocator<LinkLocator>, Locator<LinkLocator>
public class LinkLocator
- extends AbstractElementLocator<LinkLocator>
Locates the link (anchor) element which contains text matching the specified pattern.
- Version:
- $Revision$
- Author:
- Lukas Fryc
LinkLocator
public LinkLocator(String linkText)
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.