📅  最后修改于: 2022-03-11 14:55:39.501000             🧑  作者: Mango
> brew install node # get node.js
> npm install -g appium # get appium
> npm install wd # get appium client
> appium & # start appium
> node your-appium-test.js