com.hp.lft.sdk

Interface SupportDragAndDrop

    • Method Detail

      • dragAndDropOn

        void dragAndDropOn(SupportDragAndDrop dropTarget,
                           DragAndDropArgs dragAndDropArgs)
                    throws GeneralLeanFtException
        Drags and drops a test object to the specified target object according to the specified DragAndDropArgs behavior.
        Parameters:
        dropTarget - the target object on which this object is dropped.
        dragAndDropArgs - the drag and drop behavior to apply. Possible values: DragAndDropArgs
        Throws:
        GeneralLeanFtException - if an error occurs during execution.