Action
This method allows you to select a context menu item using the position of the item.
Syntax
C#
iSapContextMenuable.SelectContextMenuItemByPosition(positionDescription)
VB
iSapContextMenuable.SelectContextMenuItemByPosition(positionDescription)
Variable |
Description |
positionDescription |
A string containing the path to the item. If the context menu item is on the top level menu, this is just the zero-base index
of the item. Otherwise, the positions on the menu and respective submenus should be concatenated, separated by "|". String.
|