Click or drag to resize
DriverUtilitiesGetValuesOfColumnFromTable Method
Gets values from a specified column from table, using columname from table

Namespace: SeleniumUtilities
Assembly: SeleniumUtilities (in SeleniumUtilities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<string> GetValuesOfColumnFromTable(
	IWebElement tableIdentifier,
	string columnName
)

Parameters

tableIdentifier
Type: IWebElement

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

columnName
Type: SystemString

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

Return Value

Type: ListString

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

See Also