|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openqa.selenium.lift.find.BaseFinder<WebElement,WebDriver>
org.openqa.selenium.lift.find.XPathFinder
public class XPathFinder
A Finder
for elements using XPath expressions
Field Summary |
---|
Fields inherited from class org.openqa.selenium.lift.find.BaseFinder |
---|
matchers |
Constructor Summary | |
---|---|
XPathFinder(java.lang.String xpath)
|
Method Summary | |
---|---|
protected void |
describeTargetTo(org.hamcrest.Description description)
|
protected java.util.Collection<WebElement> |
extractFrom(WebDriver context)
|
Methods inherited from class org.openqa.selenium.lift.find.BaseFinder |
---|
allMatching, describeTo, findFrom, with |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XPathFinder(java.lang.String xpath)
Method Detail |
---|
protected java.util.Collection<WebElement> extractFrom(WebDriver context)
extractFrom
in class BaseFinder<WebElement,WebDriver>
protected void describeTargetTo(org.hamcrest.Description description)
describeTargetTo
in class BaseFinder<WebElement,WebDriver>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |