Appium stop the sever 4723

(1) netstat -tuln  (check the 4723 state)

(2)if state is "LISTEN", determine the process ID (PID) of the server 

sudo lsof -i :4723

(3)kill the process

sudo kill -9 31410

sudo kill -9 3630203

(4)netstat -tuln  check again and 4723 is disappeared

你可能感兴趣的:(appium)