How to install and run appium in linux?
问题 I want to do UI automation for opening an url in a real android device. For that I want to install and run appium on my linux system, please guide me how to do? Also suggest me Is there anyway to open an url in chrome browser using eclipse?? 回答1: Install appium on Linux 18.04 If you have node.js installed you can try : sudo npm install -g appium --unsafe-perm=true --allow-root it worked for me. 回答2: I guess all the information you need to run Appium in Linux is in this here: http://appium.io