com.hp.lft.sdk.sap.gui

Interface Menubar

    • Method Detail

      • buildMenuPath

        java.lang.String buildMenuPath(java.lang.Object... menuPathParts)
                                throws GeneralLeanFtException
        Returns the path of the specified menu item.
        Parameters:
        menuPathParts - The menu path elements can be: logical name(string), full path(string), or numeric index(int). Index values are 1-based. Separate path elements with a semicolon (;).
        Returns:
        the path of the specified menu item.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • select

        void select(java.lang.String path)
             throws GeneralLeanFtException
        Selects an item from the menu bar. You can use the buildMenuPath method to build the item path string to be used as the itemPath argument for this method.
        Parameters:
        path - the full path of the menu item to select. The path is composed of the menu and sub-menu item names and/or numeric index numbers.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.