click on desktop window with coordinates {string} and {string}
Desktop step-Definition click on desktop window with coordinates {string} and {string} Keyword Given, When, And, Then Description click on the desktop window at the provided X and Y coordinates Declaration Code Element Application Test Data When click on desktop window with coordinates “100” and “200” NILL NILL NILL Remarks The element with the name “element_name” should be clickable, and it should be possible to click 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
click on desktop window with coordinates {string} and {string} Read More »