| Package | Description |
|---|---|
| org.testatoo.cartridge.html4 | |
| org.testatoo.cartridge.html4.element | |
| org.testatoo.cartridge.html4.evaluator.selenium |
| Modifier and Type | Method and Description |
|---|---|
org.testatoo.core.Selection<Col> |
HtmlEvaluator.cols(Colgroup colgroup)
To get the columns in a given colgroup
|
org.testatoo.core.Selection<Col> |
HtmlEvaluator.cols(Table table)
To get the columns of a given table
|
| Modifier and Type | Method and Description |
|---|---|
org.testatoo.core.Selection<Col> |
Table.cols()
To get the columns of the table.
|
org.testatoo.core.Selection<Col> |
Colgroup.cols()
To get the columns in the column group.
|
| Modifier and Type | Method and Description |
|---|---|
org.testatoo.core.Selection<Col> |
SeleniumHtmlEvaluator.cols(Colgroup colgroup) |
org.testatoo.core.Selection<Col> |
SeleniumHtmlEvaluator.cols(Table table) |
Copyright © 2008-2013 Ovea. All Rights Reserved.