DriverUtilitiesGetNumberOfRowsInTable Method (IWebElement) |
Gets the number of rows in a table on the screen, by providing the identifier for table
Namespace: SeleniumUtilitiesAssembly: SeleniumUtilities (in SeleniumUtilities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static int GetNumberOfRowsInTable(
IWebElement tableElement
)
Public Shared Function GetNumberOfRowsInTable (
tableElement As IWebElement
) As Integer
public:
static int GetNumberOfRowsInTable(
IWebElement^ tableElement
)
static member GetNumberOfRowsInTable :
tableElement : IWebElement -> int
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