| Package | Description |
|---|---|
| org.testatoo.cartridge.html4 | |
| org.testatoo.cartridge.html4.evaluator.selenium |
| Modifier and Type | Method and Description |
|---|---|
Caption |
HtmlEvaluator.caption(Table table)
To get the caption of a given table
|
org.testatoo.core.Selection<Colgroup> |
HtmlEvaluator.colgroups(Table table)
To get the columns groups of a given table
|
org.testatoo.core.Selection<Col> |
HtmlEvaluator.cols(Table table)
To get the columns of a given table
|
TBody |
HtmlEvaluator.tbody(Table table)
To get the Tbody of a given table
|
TFoot |
HtmlEvaluator.tfoot(Table table)
To get the Tfoot of a given table
|
THead |
HtmlEvaluator.thead(Table table)
To get the Thead of a given table
|
| Modifier and Type | Method and Description |
|---|---|
Caption |
SeleniumHtmlEvaluator.caption(Table table) |
org.testatoo.core.Selection<Colgroup> |
SeleniumHtmlEvaluator.colgroups(Table table) |
org.testatoo.core.Selection<Col> |
SeleniumHtmlEvaluator.cols(Table table) |
TBody |
SeleniumHtmlEvaluator.tbody(Table table) |
TFoot |
SeleniumHtmlEvaluator.tfoot(Table table) |
THead |
SeleniumHtmlEvaluator.thead(Table table) |
Copyright © 2008-2013 Ovea. All Rights Reserved.