Package org.openqa.selenium.lift.find
Class TableFinder
- 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.TableFinder
-
- All Implemented Interfaces:
org.hamcrest.SelfDescribing,Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver>
public class TableFinder extends HtmlTagFinder
AFinderfor HTML table tags.
-
-
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 HtmlTagFindertable()static HtmlTagFindertables()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
-
table
public static HtmlTagFinder table()
-
tables
public static HtmlTagFinder tables()
-
-