verify attribute property “<testdata_name>” contains value equals to “<testdata_name>” for element “element_name”
All Step Definition verify attribute property {string} contains value equals to {string} for element {string} Keyword Given, When, And, Then Description Will verify the attribute value, with the given attribute name on the specified element Declaration Code Element Application Test Data When verify attribute property “style” contains value equals to “background-color: red;” for element “clickToChangeColorBtn” ” clickToChangeColorBtn ID colorButton NILL NILL Browser Support Google Chrome Firefox Edge 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 Browser Support Remarks Restriction