1. apt-get install nodejs npm
2. npm install -g appium 으로 Appium 설치
3. npm install -g appium-installer 로 Appium-installer 설치
4. java 설치
a. sudo apt-get update
b. sudo apt-get upgrade
c. sudo apt-get install openjdk-18-jdk openjdk-18-jre

 

* appium server 실행 후 외부망에서 접속시 ufw allow 4723으로 꼭!!! 포트를 열어줘야한다

+ Recent posts