verify css property “<testdata_name>” contains value equals to “<testdata_name>” for element “element_name”
Desktop step-Definition verify css property {string} contains value equals to {string} for element {string} Keyword Given, When, And, Then Description Will verify the CSS property value with value given for element Declaration Code Element Application Test Data When verify css property “background-color” contains value equals to “red” for element “userEmailField” ” userEmailField XPATH //input[@id=”Email”] ” NILL NILL Remarks The “String Value” that is used through test data file should be in angular brackets We can use any variable name Restriction Element and application file should be in xml format. Table of contents Keyword Description Declaration Remarks Restriction