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

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

Parameters

tableElement
Type: IWebElement

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

Return Value

Type: Int32

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

See Also