Welcome to our mini-tutorial series on Appium Chromedriver. This is a series of three to four Appium Chromedriver articles that will help you execute your test scripts on Chrome broswer on a mobile device. The end goal of this tutorial would be to help you setup all the required tools and run a basic automation […]
Appium
Download and Install Appium 1.7.2 (updated)
If you have been working on Appium or have been actively following Appium updates, then you might be aware that a newer version of Appium was released in October 2016 (Appium v 1.6.0). This latest release was an important milestone because it added support for new iOS and Android frameworks and it also introduced support […]
Create Project in Android Studio
This article is directed towards first timers who have never used Android Studio. If you are using Android Studio for the first time and are not sure how to proceed, then you can use this article to setup Android Studio and create a sample project with no main activity. The main purpose of this article […]
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, […]
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 […]
3 ways to start Appium Server from Java
When you start learning Appium or start writing your first test script with it, your initial approach (especially from a beginner’s point of view) would be to start and stop the Appium server manually. Initially, a lot of people start working with the GUI based Appium versions. GUI versions of Appium are easy to use, […]