Package org.openqa.selenium.lift.find
Class LinkFinder
- java.lang.Object
-
- org.openqa.selenium.lift.find.BaseFinder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver>
-
- org.openqa.selenium.lift.find.HtmlTagFinder
-
- org.openqa.selenium.lift.find.LinkFinder
-
- All Implemented Interfaces:
org.hamcrest.SelfDescribing,Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver>
public class LinkFinder extends HtmlTagFinder
AFinderfor HTML anchor tags, "links".
-
-
Field Summary
-
Fields inherited from class org.openqa.selenium.lift.find.BaseFinder
matchers
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HtmlTagFinderlink()static HtmlTagFinderlink(java.lang.String linkText)static HtmlTagFinderlinks()protected java.lang.StringtagDescription()protected java.lang.StringtagName()-
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
-
-
-
-
Method Detail
-
tagName
protected java.lang.String tagName()
- Specified by:
tagNamein classHtmlTagFinder
-
tagDescription
protected java.lang.String tagDescription()
- Specified by:
tagDescriptionin classHtmlTagFinder
-
link
public static HtmlTagFinder link()
-
link
public static HtmlTagFinder link(java.lang.String linkText)
-
links
public static HtmlTagFinder links()
-
-