IMenuSelect Method (String) |
Selects the specified menu item.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void Select(
string itemPath
)
Sub Select (
itemPath As String
)
Dim instance As IMenu
Dim itemPath As String
instance.Select(itemPath)
void Select(
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