verify text {string} is not present in desktop window element {string}
Desktop step-Definition verify text {string} is not present in desktop window element {string} Keyword Given, When, And, Then Description Will check if the given text is not present in the window element. Declaration Code Element Application Test Data Then verify text “SoliteraTA” is not present in desktop window element “FormulaBar” FormulaBar NAME Formula Bar NILL NILL Remarks Verifying element visibility is a fundamental step in UI automation. Restriction Make sure element name is correct and visible on the screen. Confirm that the verification correctly identifies the visibility state of the element. Ensure that “element_name” is a valid and unique identifier. Make sure the element is visible and readable before attempting any action. Table of contents Keyword Description Declaration Remarks Restriction
verify text {string} is not present in desktop window element {string} Read More »