scroll to the desktop window element {string} to make it visible on screen
Desktop step-Definition scroll to the desktop window element {string} to make it visible on screen Keyword Given, When, And, Then Description Will scroll to the specified element present in the desktop window to make it visible on the screen. Declaration Code Element Application Test Data Then scroll to the desktop window element “projectTimelineListItem” to make it visible on screen projectTimelineListItem XPATH //*[@Name=’Project timeline’ and @LocalizedControlType=’List Item’] NILL NILL Remarks This step scrolls the element with the name “element_name” to make it visible in the desktop window. Restriction The element with the name “element_name” should be accessible and scrollable in the desktop window. 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 to the desktop window element {string} to make it visible on screen Read More »