Appium – How To Scroll Horizontal Tabs Using Appium In Android App

In android appium software automation test, You also needs to scroll tabs horizontally(from right to left or left to right) If there are multiple tabs In your android software app and you wants to navigate to the tab which Is displaying when you scroll tabs horizontally. Earlier In my previous post, We learnt how to … Read more

Appium Android Example On How To Scroll Down To Text

Earlier In THIS POST, we learnt how to swipe In horizontal or vertical direction In any android software app using driver.swipe() and swiping element in horizontal direction using action chain In previous post. Most of android applications contain list view and you need to scroll down to select specific element. You can use scrollTo(String text) method … Read more

Swipe Element Using TouchAction Class In Android Appium Example

Earlier In previous post, we learnt how to interact with android mobile gesture to perform horizontal and vertical swipe using driver.swipe() in appium mobile software automation test. In THIS POST, We also learnt – how to perform drag and drop in android app by generating action chain using TouchAction class. Here we can use same TouchAction class to … Read more

Test Apps To Use In Appium Automation Tests

We will use below the sample APK file for testing in different appium software automation test examples. You can download a sample APK file for testing directly from here to use in appium software automation test examples. All these are just sample APK file for appium testing and you can use them in appium automation … Read more