Desktop step-Definition verify “String Value” css property value equals “String Value” for element “element_name” for desktop window Keyword Given, When, And, Then Description Verify the CSS property value of the specified element in the desktop window is equal to the provided value. Declaration Code Element Application Test Data When verify “background-color” css property value equals “Blue” for element “InputField” for desktop window ” InputField ID Input ” NILL NILL Remarks This step verifies that the specified CSS property of the element with the name “element_name” in the desktop window has the expected value. Restriction The element with the name “element_name” should be accessible and have the specified CSS property. The “String Value” should be a valid CSS property name, and the expected value should match the actual value. Table of contents Keyword Description Declaration Remarks Restriction