Table of Contents

Interface IMenu

Namespace
HP.LFT.SDK.SAP.UI5
Assembly
HP.LFT.SDK.dll

An SAPUI5 menu.

public interface IMenu : IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop, IEnabledProvider
Inherited Members
Extension Methods

Methods

Select(string)

Selects the specified item in the menu.

void Select(string path)

Parameters

path string

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.

void SetItemValue(string path, string value)

Parameters

path string

Path to the menu item.

value string

Value to enter in the menu item's text field.