赞
踩
打开终端,运行以下命令安装Homebrew:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
在终端中运行以下命令安装Node.js:
brew install node
在终端中运行以下命令安装Appium Desktop:
npm install -g appium-desktop
在终端中输入以下命令启动Appium Desktop:
appium
或者,你也可以在应用程序中找到Appium Desktop并双击运行。
启动Appium Desktop后,你需要配置一些选项才能开始使用它。在Appium Desktop的界面中,选择“Start Server”选项卡,然后配置以下选项:
配置完成后,点击“Start Server”按钮启动Appium Server。
在终端中运行以下命令查看连接到电脑的设备列表:
adb devices
或者,如果你要连接iOS设备,可以使用Xcode中的“Devices and Simulators”窗口查看设备列表。
如果设备已经连接到电脑,它应该会显示在列表中。在Appium Desktop的界面中,点击“Session”选项卡,然后配置以下选项:
配置完成后,点击“Start Session”按钮开始测试。
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install node
npm install -g appium-desktop
appium
adb devices
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。