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>
Deprecated.
A
Finder for HTML table cell "td" tags.-
Field Summary
Fields inherited from class org.openqa.selenium.lift.find.BaseFinder
matchers -
Method Summary
Modifier and TypeMethodDescriptionstatic HtmlTagFindercell()Deprecated.static HtmlTagFindercells()Deprecated.protected StringDeprecated.protected StringtagName()Deprecated.Methods inherited from class org.openqa.selenium.lift.find.HtmlTagFinder
describeTargetTo, extractFrom, withMethods inherited from class org.openqa.selenium.lift.find.BaseFinder
allMatching, describeTo, findFrom
-
Method Details
-
tagName
Deprecated.- Specified by:
tagNamein classHtmlTagFinder
-
tagDescription
Deprecated.- Specified by:
tagDescriptionin classHtmlTagFinder
-
cell
Deprecated. -
cells
Deprecated.
-