This article provides you with detailed steps on how to setup Java environment variables – mainly JAVA_HOME and PATH variables. These environment variables point to the folder location where Java is installed. These variables are mainly required by some external programs and tools to figure out where Java is installed on your machine. In our… Continue reading Setup Java Environment Variables
Category: Appium
Eclipse IDE – Download and Install
Eclipse is an open source community of tools, projects and collaborative working groups. One of the most widely used tools from Eclipse, is the Eclipse IDE (Integrated Development Environment). Eclipse is a software that allows you to write your programs and test scripts in multiple programming languages (with Java being the most popular one). Since… Continue reading Eclipse IDE – Download and Install
Setup Android Environment Variables
This article will provide you with a detailed guide to setup Android Environment variables. This article is a continuation of our previous articles on Android, where you learned how to download and install Android Studio bundle and then how to install additional Android SDK tools. The main Android environment variables that you would have to… Continue reading Setup Android Environment Variables
Identify Mobile Browser Elements with Appium – Part 2
Welcome to the most important article on mobile element identification where you will learn how to inspect mobile elements using Appium Dekstop Inspector. This article is a continuation of our previous article on mobile element identification – part 1 where you learnt about how to start Appium Desktop Inspector and setup the desired capabilites to… Continue reading Identify Mobile Browser Elements with Appium – Part 2
Identify Mobile Browser Elements with Appium – Part 1
In our last article on mobile browser automation with Appium, you saw how you can launch Chrome browser on your mobile device. That article only talked about launching chrome browser with the URL you provided. But to write full fledged automation scripts you need to identify mobile browser elements and then write code that interact… Continue reading Identify Mobile Browser Elements with Appium – Part 1
Launch Chrome Browser on Mobile device
This is a continuation of our previous article where we covered the detailed steps on how you can setup Appium for running script on mobile browsers. This article would help you write the actual code with which you can launch Chrome browser on mobile device. The test script that you would see in this article… Continue reading Launch Chrome Browser on Mobile device