Interface Menu

All Superinterfaces:
Clickable, EnabledProvider, LocationInfoProvider, SupportDragAndDrop, SupportsNativeObject, TestObject, TestObjectDescriber, VisibleProvider, WaitUntilEnabledProvider, WaitUntilVisibleProvider, WebElement, WebTestObject, WebTestObjectDescriber

public interface Menu extends WebElement, WaitUntilEnabledProvider
An SAPUI5 menu object.
  • Method Details

    • select

      void select(String path) throws GeneralLeanFtException
      Selects menu items according to the path.
      Parameters:
      path - path for menu items, separated by semicolons (;).
      Throws:
      GeneralLeanFtException - if error occurs during execution
    • setItemValue

      void setItemValue(String itemPath, String value) throws GeneralLeanFtException
      Sets the value in the menu item's text field.
      Parameters:
      itemPath - path to the menu item.
      value - value to enter in the menu item's text field.
      Throws:
      GeneralLeanFtException - if error occurs during execution