public class TableFinder extends HtmlTagFinder
Finder for HTML table tags.matchers| Modifier | Constructor and Description |
|---|---|
private |
TableFinder() |
| Modifier and Type | Method and Description |
|---|---|
static HtmlTagFinder |
table() |
static HtmlTagFinder |
tables() |
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 table()
public static HtmlTagFinder tables()