Click or drag to resize
DriverUtilitiesGetValuesOfSpecificColumnFromTable Method
Overload List
  NameDescription
Public methodStatic memberGetValuesOfSpecificColumnFromTable(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
Public methodStatic memberGetValuesOfSpecificColumnFromTable(IWebElement, Int32)
This method is used to the get all values from specific column of table by providing table identifier and column index
Top
See Also