IExtJSTreePanelViewClickCell Method (String) |
Simulates a left click on the specified cell.
Namespace:
SmartBear.TestLeft.TestObjects.Web.ExtJS
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void ClickCell(
string rowName
)
Sub ClickCell (
rowName As String
)
Dim instance As IExtJSTreePanelView
Dim rowName As String
instance.ClickCell(rowName)
void ClickCell(
String^ rowName
)
Parameters
- rowName
- Type: SystemString
The name of the row.
Exceptions See Also