标签:查看 web bre ios targe 自动 code pip 文件
1.安装所需的依赖
# 安装node
brew install node
# 查看npm版本
npm -v
# 安装Carthage
brew install Carthage # 如果只是更新请输入 brew upgrade carthage
# 长期替换(建议使用此项配置)
echo ‘export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles‘>> ~/.bash_profile
#执行.bash_profile脚本让配置即时生效
source ~/.bash_profile
1.获取wda项目代码
# appium分支wda(推荐)
git clone https://github.com/appium/WebDriverAgent
# facebook分支wda
git clone https://github.com/facebook/WebDriverAgent
2.编译wda并安装到ios测试机上
https://blog.csdn.net/weixin_50271247/article/details/109226088
pip3 install -U "tidevice[openssl]"
tidevice version
tidevice wdaproxy --port 8100
ps:如果用Windows的化记得安装一个爱思助手or或者pp助手,否则会出现远程计算机积极拒绝
1.使用weditor定位
pip3 install weditor
python3 -m weditor
2.使用airtest定位
3.使用appium定位
pip3 install -U facebook-wda
ps:只要手机上安装了wda,后续即可离开mac电脑,windows亦可写测试代码
标签:查看 web bre ios targe 自动 code pip 文件
原文地址:https://www.cnblogs.com/ze-yan/p/15010065.html