| Package | Description |
|---|---|
| com.github.wiselenium.core.element.container | |
| com.github.wiselenium.core.element.container.impl |
| Modifier and Type | Method and Description |
|---|---|
TableCell |
TableRow.getCell(int index)
Returns a specific cell of the row.
|
| Modifier and Type | Method and Description |
|---|---|
List<TableCell> |
TableRow.getCells()
Returns the cells of the row.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TableCellImpl
Implementation of a HTML Table Cell (th or td).
|
| Modifier and Type | Method and Description |
|---|---|
TableCell |
TableRowImpl.getCell(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<TableCell> |
TableRowImpl.getCells() |
Copyright © 2013. All Rights Reserved.