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

Namespace: Selenium
Assembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public string GetTable(
	string tableCellAddress
)

Parameters

tableCellAddress
Type: OnlineSystem String
a cell address, e.g. "foo.1.4"

Return Value

the text from the specified cell

Implements

ISelenium GetTable(String)
See Also