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

参考文档: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安装成功

  • iOS自动化环境搭建(python+wda)
  • 在浏览器中输入http://172.25.67.84:8100/status,查看效果图,说明配置成功

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

     

     

     

     

     

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

上一篇:Android 8.1 导入Burp、Fiddler证书


下一篇:Hbuilder打包IOS关于定位描述问题