Package org.openqa.selenium.lift.find
Class TableCellFinder
- 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.TableCellFinder
-
- All Implemented Interfaces:
org.hamcrest.SelfDescribing,Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver>
public class TableCellFinder extends HtmlTagFinder
AFinderfor HTML table cell "td" 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 HtmlTagFindercell()static HtmlTagFindercells()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
-
cell
public static HtmlTagFinder cell()
-
cells
public static HtmlTagFinder cells()
-
-