Testing_Selenium::getTable
Gets the text from a cell of a table. The cellAddress syntax tableLocator.row.column, where row and column start at 0.
Signature
public function getTable(string
$tableCellAddress )
Parameters
-
$tableCellAddress
- a cell address, e.g. "foo.1.4"
Returns
- string
- the text from the specified cell