- 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:

推薦閱讀
- ExtGWT Rich Internet Application Cookbook
- JavaScript 從入門到項(xiàng)目實(shí)踐(超值版)
- Mastering RabbitMQ
- Learning Flask Framework
- 用Python實(shí)現(xiàn)深度學(xué)習(xí)框架
- RESTful Java Web Services(Second Edition)
- 區(qū)塊鏈項(xiàng)目開發(fā)指南
- Python物理建模初學(xué)者指南(第2版)
- PostgreSQL 12 High Availability Cookbook
- Mastering Python
- Practical Time Series Analysis
- Access 2016數(shù)據(jù)庫應(yīng)用與開發(fā):實(shí)戰(zhàn)從入門到精通(視頻教學(xué)版)
- Java與Android移動(dòng)應(yīng)用開發(fā):技術(shù)、方法與實(shí)踐
- Microsoft Azure Security
- Learning Spark SQL