drag element {string} in desktop window to the element{string} with offset of xcord {string} and ycord {string}
Desktop step-Definition drag element {string} in desktop window to the element{string} with offset of xcord {string} and ycord {string} Keyword Given, When, And, Then Description Will drag the element with the specified element in the desktop window to the provided offset of xCord coordinate. Declaration Code Element Application Test Data Then drag element “insertedRectangularShape” in desktop window to the element”F7_Cell” with offset of xcord “x1” and ycord “y1″ F7_Cell NAME F7 insertedRectangularShape XPATH //*[@Name=’Rectangle 1′ and @LocalizedControlType=’shape’] NILL NILL Remarks The element with the name “element_name” should be draggable, and it should be possible to drag it to the specified coordinates (x, y) in the desktop window. Restriction Ensure that “element_name” is a valid and unique identifier for the element you want to double-click on. Make sure the element is visible and clickable before attempting the double-click action. Table of contents Keyword Description Declaration Remarks Restriction