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