An NDoc Documented Class Library

DefaultSelenium.GetTable Method 

Gets the text from a cell of a table. The cellAddress syntax tableLocator.row.column, where row and column start at 0.

public string GetTable(
   string tableCellAddress
);

Parameters

tableCellAddress
a cell address, e.g. "foo.1.4"

Return Value

the text from the specified cell

Implements

ISelenium.GetTable

See Also

DefaultSelenium Class | Selenium Namespace