click on element “element_name” with x value “<testdata_name>” and y value “<testdata_name>” in mobile screen
Mobile Step Definition click on element “element_name” with x value “<testdata_name>” and y value “<testdata_name>” in mobile screen Keyword Given, When, And, Then Description Will click on element with its X and Y co-cordinates Declaration Code Element Application Test Data Then click on element “SearchButton” with x value “” and y value “” in mobile screen SearchButton XPATH //android.widget.ImageView[@content-desc=”Search”] NILL A B Value1 Value2 500 300 Remarks The “<testdata_name>” that is used through test data file should be in angular brackets Restriction Value of X and Y co-ordinates should be in bounds of the mobile screen. Table of contents Keyword Description Declaration Remarks Restriction