Click or drag to resize
DriverUtilitiesClickOnCellTextFromTable Method
Clicks on specific cell of a table as per given row and column index

Namespace: SeleniumUtilities
Assembly: SeleniumUtilities (in SeleniumUtilities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void ClickOnCellTextFromTable(
	string txtTOBeClicked
)

Parameters

txtTOBeClicked
Type: SystemString

[Missing <param name="txtTOBeClicked"/> documentation for "M:SeleniumUtilities.DriverUtilities.ClickOnCellTextFromTable(System.String)"]

See Also