tap and hold element “element_name” for “<testdata_name>” seconds in mobile screen
Mobile Step Definition tap and hold element “element_name” for “<testdata_name>” seconds in mobile screen Keyword Given, When, And, Then Description Will tap and hold element for given seconds Declaration Code Element Application Test Data Then tap and hold element “SearchButton” for “” seconds in mobile screen SearchButton XPATH //android.widget.ImageView[@content-desc=”Search”] NILL A waitInSeconds 20 Remarks The “<testdata_name>” that is used through test data file should be in angular brackets 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
tap and hold element “element_name” for “<testdata_name>” seconds in mobile screen Read More »