org.openqa.selenium.lift.find
Class LinkFinder

java.lang.Object
  extended by org.openqa.selenium.lift.find.BaseFinder<WebElement,WebDriver>
      extended by org.openqa.selenium.lift.find.HtmlTagFinder
          extended by org.openqa.selenium.lift.find.LinkFinder
All Implemented Interfaces:
org.hamcrest.SelfDescribing, Finder<WebElement,WebDriver>

public class LinkFinder
extends HtmlTagFinder


Field Summary
 
Fields inherited from class org.openqa.selenium.lift.find.BaseFinder
matchers
 
Method Summary
static HtmlTagFinder link()
           
static HtmlTagFinder link(String linkText)
           
static HtmlTagFinder links()
           
protected  String tagDescription()
           
protected  String tagName()
           
 
Methods inherited from class org.openqa.selenium.lift.find.HtmlTagFinder
describeTargetTo, extractFrom, with
 
Methods inherited from class org.openqa.selenium.lift.find.BaseFinder
allMatching, describeTo, findFrom
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

tagName

protected String tagName()
Specified by:
tagName in class HtmlTagFinder

tagDescription

protected String tagDescription()
Specified by:
tagDescription in class HtmlTagFinder

link

public static HtmlTagFinder link()

link

public static HtmlTagFinder link(String linkText)

links

public static HtmlTagFinder links()


Copyright © 2011. All Rights Reserved.