Click or drag to resize
DriverUtilitiesGetNumberOfRowsInTable Method (By)
Gets the number of rows in a table on the screen, by providing the 'By' selector for table

Namespace: SeleniumUtilities
Assembly: SeleniumUtilities (in SeleniumUtilities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static int GetNumberOfRowsInTable(
	By tableLocator
)

Parameters

tableLocator
Type: By

[Missing <param name="tableLocator"/> documentation for "M:SeleniumUtilities.DriverUtilities.GetNumberOfRowsInTable(OpenQA.Selenium.By)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:SeleniumUtilities.DriverUtilities.GetNumberOfRowsInTable(OpenQA.Selenium.By)"]

See Also