verify attribute {string} of desktop element {string} is not eqauls to the value {string}
Desktop step-Definition verify attribute {string} of desktop element {string} is not eqauls to the value {string} Keyword Given, When, And, Then Description Will check if the attribute value of the specified element in the desktop window is equal to the provided value or not Declaration Code Element Application Test Data Then verify attribute “ClassName” of desktop element “A1_Cell” is not equals to the value “XLSpreadsheetCell” A1_Cell NAME A1 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. Table of contents Keyword Description Declaration Remarks Restriction