Click or drag to resize
DriverUtilitiesGetValueFromSpecificCellFromTable Method (IWebElement, Int32, Int32)
Returns the value from specific cell of a table as per given row and column index

Namespace: SeleniumUtilities
Assembly: SeleniumUtilities (in SeleniumUtilities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string GetValueFromSpecificCellFromTable(
	IWebElement tableIdentifier,
	int rowIndex,
	int columnIndex
)

Parameters

tableIdentifier
Type: IWebElement

[Missing <param name="tableIdentifier"/> documentation for "M:SeleniumUtilities.DriverUtilities.GetValueFromSpecificCellFromTable(OpenQA.Selenium.IWebElement,System.Int32,System.Int32)"]

rowIndex
Type: SystemInt32

[Missing <param name="rowIndex"/> documentation for "M:SeleniumUtilities.DriverUtilities.GetValueFromSpecificCellFromTable(OpenQA.Selenium.IWebElement,System.Int32,System.Int32)"]

columnIndex
Type: SystemInt32

[Missing <param name="columnIndex"/> documentation for "M:SeleniumUtilities.DriverUtilities.GetValueFromSpecificCellFromTable(OpenQA.Selenium.IWebElement,System.Int32,System.Int32)"]

Return Value

Type: String

[Missing <returns> documentation for "M:SeleniumUtilities.DriverUtilities.GetValueFromSpecificCellFromTable(OpenQA.Selenium.IWebElement,System.Int32,System.Int32)"]

See Also