public class TableCellFinder extends HtmlTagFinder
Finder for HTML table cell "td" tags.matchers| Modifier | Constructor and Description |
|---|---|
private |
TableCellFinder() |
| Modifier and Type | Method and Description |
|---|---|
static HtmlTagFinder |
cell() |
static HtmlTagFinder |
cells() |
protected java.lang.String |
tagDescription() |
protected java.lang.String |
tagName() |
describeTargetTo, extractFrom, withallMatching, describeTo, findFromprotected java.lang.String tagName()
tagName in class HtmlTagFinderprotected java.lang.String tagDescription()
tagDescription in class HtmlTagFinderpublic static HtmlTagFinder cell()
public static HtmlTagFinder cells()