Gets the text from a cell of a table. The cellAddress syntax
tableLocator.row.column, where row and column start at 0.
Namespace: SeleniumAssembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- tableCellAddress
- Type:
System String
a cell address, e.g. "foo.1.4"
Return Value
the text from the specified cellImplements
ISelenium GetTable(String)See Also