IjQueryMobileListViewClickItem Method (Int32) |
Moves the mouse cursor to the item and then simulates a single click.
Namespace:
SmartBear.TestLeft.TestObjects.Web.jQueryUI
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void ClickItem(
int itemIndex
)
Sub ClickItem (
itemIndex As Integer
)
Dim instance As IjQueryMobileListView
Dim itemIndex As Integer
instance.ClickItem(itemIndex)
void ClickItem(
int itemIndex
)
Parameters
- itemIndex
- Type: SystemInt32
The zero-based index of the item.
Exceptions See Also