com.hp.lft.sdk.oracle

Interface UiObjectBase

    • Method Detail

       
      • selectFromPopupMenu

        void selectFromPopupMenu(String... menuPathParts)
        	throws GeneralLeanFtException
        Opens the context menu and selects the specified menu option.
        Parameters:
        menuPathParts - The parts that make up the path of the context menu item to select. Each part can be a name of a menu item or a full path of items separated by ->.
        Throws:
        GeneralLeanFtException - if error occurs during execution
       
      • selectFromPopupMenu

        void selectFromPopupMenu(String path)
              throws GeneralLeanFtException
        Opens the context menu and selects the specified menu option.
        Parameters:
        path - The path of the context menu item to select. The path should be a single String of menu item names separated by ->.
        Throws:
        GeneralLeanFtException - if error occurs during execution