Interface IMenu
An SAPUI5 menu.
Inherited Members
Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public interface IMenu : IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop, IEnabledProvider
Methods
Select(string)
Selects the specified item in the menu.
Declaration
void Select(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | Path contains item names or indices separated by semicolons, e.g. "item1;item2" or "#1;#2" |
SetItemValue(string, string)
Set value in the menuitem's text field.
Declaration
void SetItemValue(string path, string value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | Path to the menu item. |
| string | value | Value to enter in the menu item's text field. |