Ajocado Implementation 1.0.0.Alpha2

org.jboss.arquillian.ajocado.locator
Class LinkLocator

java.lang.Object
  extended by org.jboss.arquillian.ajocado.locator.AbstractLocator<T>
      extended by org.jboss.arquillian.ajocado.locator.AbstractElementLocator<LinkLocator>
          extended by org.jboss.arquillian.ajocado.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

Constructor Summary
LinkLocator(String linkText)
           
 
Method Summary
 ElementLocationStrategy getLocationStrategy()
           
 
Methods inherited from class org.jboss.arquillian.ajocado.locator.AbstractElementLocator
format, getAttribute
 
Methods inherited from class org.jboss.arquillian.ajocado.locator.AbstractLocator
getAsString, getRawLocator, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.arquillian.ajocado.locator.Locator
getAsString, getRawLocator
 

Constructor Detail

LinkLocator

public LinkLocator(String linkText)
Method Detail

getLocationStrategy

public ElementLocationStrategy getLocationStrategy()

Ajocado Implementation 1.0.0.Alpha2

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