/**
  * Returns the text from a cell of a table.
  *
  * @param  string  $tableCellAddress
  * @return string
  * @access public
  */
 public function getTable($tableCellAddress)
 {
     return $this->selenium->getTable($tableCellAddress);
 }