IMenuClick Method (String) |
Moves the mouse pointer to the specified menu or submenu item and then simulates a mouse click.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void Click(
string itemPath
)
Sub Click (
itemPath As String
)
Dim instance As IMenu
Dim itemPath As String
instance.Click(itemPath)
void Click(
String^ itemPath
)
Parameters
- itemPath
- Type: SystemString
Specifies the item you want to click. Submenu items should be specified by the "full path" starting from the top-level menu. To separate items in the "path", use a pipe character ("|").
Exceptions See Also