Appium : Tap On Switch Button Of Android App To ON/OFF

In android, There is one important element ON/OFF switch. It is very easy to ON/OFF switch in android automation test using appium but you should know how to do it. In this article, I am going to described you how to ON/OFF switch in appium android automation test using tap(int fingers, int duration) method of MobileElement class. … Read more

Appium Android : Verify Element Present or Not On App’s Screen

In android automation test, Sometimes you need to verify if element is present or not on native  software app’s screen before taking some action. Example : You wants to click on button only if some other element is present on screen of software app. You will face this kind of situation and you have to … Read more