Hover over desktop element {string} and verify that the tooltip doesnot contains the text {string}
Desktop step-Definition Hover over desktop element {string} and verify that the tooltip doesnot contains the text {string} Keyword Given, When, And, Then Description Will hover over the particular element and verify if the given tooltip does not contain the text Declaration Code Element Application Test Data When Hover over desktop element “InputField” and verify that the tooltip doesnot contains the text “Course” ” InputField XPATH //input[@id=”Input”] ” NILL NILL Remarks This step definition hovers the mouse over an element with the name “element_name” in the desktop window and verify the text value is visible or not. Verifying element visibility is a fundamental step in UI automation. Restriction The element with the name “element_name” should be accessible and hoverable in the desktop window. Make sure element name is correct and visible on the screen. Confirm that the verification correctly identifies the visibility state of the element. Table of contents Keyword Description Declaration Remarks Restriction