scroll {string} times in the direction {string} on the desktop element {string}
Desktop step-Definition scroll {string} times in the direction {string} on the desktop element {string} Keyword Given, When, And, Then Description Will scroll multiple times to the specified element in the specified direction on the desktop Declaration Code Element Application Test Data When scroll “2” times in the direction “RIGHT” on the desktop element “InputField” ” InputField ID Input ” NILL NILL Remarks This step scrolls RIGHT|LEFT|UP|DOWN to bring the element with the name “element_name” into view in the desktop window. Restriction The element with the name “element_name” should be accessible and scrollable in the desktop window. The specified direction must be use in this format “RIGHT|LEFT|UP|DOWN” Ensure that “element_name” is a valid and unique identifier. Make sure the element is visible and clickable before attempting the any action. Table of contents Keyword Description Declaration Remarks Restriction
scroll {string} times in the direction {string} on the desktop element {string} Read More »