How to use UiSelector to inspect elements on Android

In our Appium Tutorial series, we have covered in detail, the various methods using which you can inspect elements in your mobile app. That article talked about some of the methods (like ID, xPath, ClassName) using which you can identify mobile elements. All these methods are commmon to both Android and iOS. In this article,… Continue reading How to use UiSelector to inspect elements on Android

Published
Categorized as Appium

Appium Scroll Examples

In this article, we will talk about different scroll strategies that you can use in your Appium test scripts. We will also provide detailed appium scroll examples which will help you come up with the best logic for your own scripts. Let us first have a quick look at the topics that we will cover… Continue reading Appium Scroll Examples

Published
Categorized as Appium