📜  在本地设置 appium - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:39.501000             🧑  作者: Mango

代码示例1
> 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