verify text “<testdata_name>” is equal to text in element “element_name” using OCR for max “<testdata_name>” times
All Step Definition verify text {string} is equal to text in element {string} using OCR for max {int} times Keyword Given, When, And, Then Description Will wait for given text on specified element for value(Integer) times Declaration Code Element Application Test Data When verify text “Solitera Software” is equal to text in element “testingPlaygroundHomePage” using OCR for max “2” times ” testingPlaygroundHomePage XPATH //body[contains(@class,’post-template’)]/parent::html 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