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
AFinder
for 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 HtmlTagFinder
table()
static HtmlTagFinder
tables()
protected java.lang.String
tagDescription()
protected java.lang.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
-
-
-
-
Method Detail
-
tagName
protected java.lang.String tagName()
- Specified by:
tagName
in classHtmlTagFinder
-
tagDescription
protected java.lang.String tagDescription()
- Specified by:
tagDescription
in classHtmlTagFinder
-
table
public static HtmlTagFinder table()
-
tables
public static HtmlTagFinder tables()
-
-