drag element {string} in desktop window with xCords {string} and yCords {string}
Desktop step-Definition drag element {string} in desktop window with xCords {string} and yCords {string} Keyword Given, When, And, Then Description Drag the element with the specified element in the desktop window to the provided X and Y coordinates. Declaration Code Element Application Test Data When drag element “InputField” in desktop window with xCords “10” and yCords “20” ” InputField ID Input ” 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 click on. Make sure the element is visible and clickable before attempting the any action. Table of contents Keyword Description Declaration Remarks Restriction
drag element {string} in desktop window with xCords {string} and yCords {string} Read More »