Click or drag to resize
DriverUtilitiesClickOnSpecificCellFromTable Method
Clicks on specific cell# from table

Namespace: SeleniumUtilities
Assembly: SeleniumUtilities (in SeleniumUtilities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void ClickOnSpecificCellFromTable(
	By tableIdentifier,
	int rowIndex,
	int colIndex
)

Parameters

tableIdentifier
Type: By

[Missing <param name="tableIdentifier"/> documentation for "M:SeleniumUtilities.DriverUtilities.ClickOnSpecificCellFromTable(OpenQA.Selenium.By,System.Int32,System.Int32)"]

rowIndex
Type: SystemInt32

[Missing <param name="rowIndex"/> documentation for "M:SeleniumUtilities.DriverUtilities.ClickOnSpecificCellFromTable(OpenQA.Selenium.By,System.Int32,System.Int32)"]

colIndex
Type: SystemInt32

[Missing <param name="colIndex"/> documentation for "M:SeleniumUtilities.DriverUtilities.ClickOnSpecificCellFromTable(OpenQA.Selenium.By,System.Int32,System.Int32)"]

See Also