| 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<Tr> |
HtmlEvaluator.tr(org.testatoo.core.component.Component component)
To get the tr elements of a given component (Table, TBody, THead or TFoot)
|
| Modifier and Type | Method and Description |
|---|---|
org.testatoo.core.Selection<Td> |
HtmlEvaluator.td(Tr tr)
To get the td elements of a given Tr
|
org.testatoo.core.Selection<Th> |
HtmlEvaluator.th(Tr tr)
To get the th elements of a given Tr
|
| Modifier and Type | Method and Description |
|---|---|
org.testatoo.core.Selection<Tr> |
Table.tr()
To get the list of rows ("tr" elements) of the table.
|
org.testatoo.core.Selection<Tr> |
TFoot.tr()
To get the list of Tr elements in the TFoot element
|
org.testatoo.core.Selection<Tr> |
THead.tr()
To get the list of Tr elements in the THead element.
|
org.testatoo.core.Selection<Tr> |
TBody.tr()
To get the list of Tr elements in the TBody element
|
| Modifier and Type | Method and Description |
|---|---|
org.testatoo.core.Selection<Tr> |
SeleniumHtmlEvaluator.tr(org.testatoo.core.component.Component component) |
| Modifier and Type | Method and Description |
|---|---|
org.testatoo.core.Selection<Td> |
SeleniumHtmlEvaluator.td(Tr tr) |
org.testatoo.core.Selection<Th> |
SeleniumHtmlEvaluator.th(Tr tr) |
Copyright © 2008-2012 Ovea. All Rights Reserved.