- Mobile Test Automation with Appium
- Nishant Verma
- 53字
- 2021-07-02 20:34:41
Installing Appium server (via npm)
- Launch Command Prompt (Use Run as Administrator option) and type in this command:
npm install -g appium
- Once the preceding command is done, type in the next one:
npm install -g appium-doctor
- Once done, run the following command:
appium-doctor
This will show the given output:

推薦閱讀
- Advanced Machine Learning with Python
- 算法零基礎一本通(Python版)
- Boost C++ Application Development Cookbook(Second Edition)
- Java Web基礎與實例教程(第2版·微課版)
- Microsoft Dynamics 365 Extensions Cookbook
- Symfony2 Essentials
- Domain-Driven Design in PHP
- Unity 2018 Augmented Reality Projects
- MINECRAFT編程:使用Python語言玩轉我的世界
- RubyMotion iOS Develoment Essentials
- Learning Splunk Web Framework
- Web前端開發技術:HTML、CSS、JavaScript
- Koa與Node.js開發實戰
- 多接入邊緣計算實戰
- Scala實用指南