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 public class TableCellFinder extends HtmlTagFinder
Deprecated.
A Finder for HTML table cell "td" tags.