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