Gettable
Gets the text from a cell of a table. The cellAddress syntax
tableLocator.row.column, where row and column start at 0.
Required Attributes
tableCellAddress
a cell address, e.g. "foo.1.4".
property
the name of the property to save the value to.
Usage Examples
Example #1
<selenium baseurl="http://someplace.com">
<open url="/" />
<getTable property="foo.1.4.value" tableCellAddress="foo.1.4" />
</selenium>