org.openqa.selenium.lift.find
Class LinkFinder
java.lang.Object
org.openqa.selenium.lift.find.BaseFinder<WebElement,WebDriver>
org.openqa.selenium.lift.find.HtmlTagFinder
org.openqa.selenium.lift.find.LinkFinder
- All Implemented Interfaces:
- org.hamcrest.SelfDescribing, Finder<WebElement,WebDriver>
public class LinkFinder
- extends HtmlTagFinder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 © 2013. All Rights Reserved.