美文网首页
Python远程链接Appium

Python远程链接Appium

作者: AsaGuo | 来源:发表于2018-08-27 10:50 被阅读15次
    1. 服务端(简称S端)
      将S端appium的General setting 的 IP地址从127.0.0.1改为S端实际IP(例如:192.168.1.111),然后启动S端appium。
    2. 测试的手机插入S端
    3. 客户端(简称C端)
      Python脚本中配置S端IP地址:
    webdriver.Remote('http://192.168.1.111:4723/wd/hub', desired_caps)
    

    相关文章

      网友评论

          本文标题:Python远程链接Appium

          本文链接:https://www.haomeiwen.com/subject/whjziftx.html