verify mobile element “element_name” is not present on the screen using image identification
Mobile Step Definition verify mobile element “element_name” is not present on the screen using image identification Keyword Given, When, And, Then Description Will verify the mobile element is not presented on the screen the using image identification Declaration Code Element Application Test Data Then verify mobile element “userPassword” is not present on the screen using image identification ” userPassword XPATH //input[@id=”Password”] ” NILL NILL Remarks The “element_name” that is used through element data file should be in double quotes. Restriction “element_name” should be corresponds to a valid element in the application. Table of contents Keyword Description Declaration Remarks Restriction