Install UiAutomator2 Driver

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… Continue reading Install UiAutomator2 Driver

Published
Categorized as Appium

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… Continue reading Download and Install – Node.js and NPM

Published
Categorized as Appium