Appium - DnavaIC/STD-Automation-testing-icsecurity GitHub Wiki
Appium installation
-
Install Node JS
-
Install Python
-
Installing Appium is as easy as running a single NPM command:
npm i --location=global appium -
Check your installation running
appiumcommand and you should see some output like this:[Appium] Welcome to Appium v2.0.0 -
If all your Appium installation looks ok, run the command:
appium driver install uiautomator2output:
Attempting to find and install driver 'uiautomator2' ✔ Installing 'uiautomator2' using NPM install spec 'appium-uiautomator2-driver' Driver [email protected] successfully installed - automationName: UiAutomator2 - platformNames: ["Android"] -
Now, start the Appium server again (run
appium), and you should see that the newly-installed driver is listed as available:output:
[Appium] Available drivers:
[Appium] - [email protected] (automationName 'UiAutomator2')