首页 > 移动平台 > 详细

iOS自动化环境搭建(python+wda)

时间:2020-08-03 23:19:44      阅读:501      评论:0      收藏:0      [点我收藏+]

参考文档:https://testhome.com/topics/23868

一、环境搭建准备

二、安装wda并运行WebDriverAgentRunner

  • git clone https://github.com/appium/WebDriverAgent.git (https://github.com/appium/WebDriverAgent
  • cd WebDriverAgent,执行./Scripts/bootstrap.sh
  • 打开WebDriverAgent.xcodeproj
  • Scheme选择WebDriverAgentRunner,Product->Test
  • 当看到控制台输出:

    ServerURLHere->http://172.25.67.84:8100<-ServerURLHere,表示wda安装成功

  • 技术分享图片
  • 在浏览器中输入http://172.25.67.84:8100/status,查看效果图,说明配置成功

  • 技术分享图片

     

     

     

     

     

iOS自动化环境搭建(python+wda)

原文:https://www.cnblogs.com/lucylu/p/13425572.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!