Click or drag to resize
DriverUtilitiesGetValuesOfSpecificColumnFromTable Method (By, Int32)
This method is used to the get all values from specific column of table by providing tag identifier and column index Note: Column index starts from zero

Namespace: SeleniumUtilities
Assembly: SeleniumUtilities (in SeleniumUtilities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<string> GetValuesOfSpecificColumnFromTable(
	By tableIdentifier,
	int columnNumber
)

Parameters

tableIdentifier
Type: By

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

columnNumber
Type: SystemInt32

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

Return Value

Type: ListString

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

See Also