In our previous article on Appium Tutorial series, you learned how to install Appium 2 server using NPM. In this article, we will cover the steps using which you can install UiAutomator2 driver. Before we begin, let us have a quick look at what UiAutomator2 driver is. What is an Appium Driver? As you already […]
Archives for July 2023
Download and Install Appium 2 Server
Welcome to this new article in our Appium Beginners Tutorial series. In this article, we will cover the detailed steps on how you can download and install Appium 2 server using Node Package Manager (npm). Before we begin, let us first have a quick look the at the prerequisites. Pre-requisites to install Appium 2 server […]
Download and Install – Node.js and NPM
Node.js is an open-source, cross-platform JavaScript runtime environment built on Chrome’s V8 JavaScript engine. Node.js comes with npm – node package manager, a free software registry which contains hundreds of thousands of code packages. This article provides the steps using which you can download and install Node.js and npm. Steps to Download Node.js Follow the […]