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

Appium Tutorial – Perform Drag And Drop In Android App

Drag And Drop Is one of the common action of any android app. You will see many android mobile apps where you can drag and drop element from one place to other place. If you are automating android mobile app where you have to perform drag and drop appium then you need to use TouchAction class. TouchAction … Read more