zoukankan      html  css  js  c++  java
  • Appium的安装

    OS: win7 64位旗舰版

    1.安装nodejs
    2.把node的安装目录添加到PATH中
    3.使用npm install –g appium 或者npm --registry http://registry.cnpmjs.org install -g appium(推荐这种,npm的国内镜像)(安装过程中需要安装C++的环境,假如没有安装过的话,会有红色提醒,安装环境依赖.net framework SDK,visual studio)(安装完成以后,appium启动已经添加到PATH中了)
    4.检查appium的环境,appium-doctor
    出现如下图就证明所有的环境都配置好了
    5.在cmd窗口中,运行appium,正式进入appium
     
    6.安装webdriver环境
    安装selenium,使用pip install selenium -i http://pypi.douban.com/simple (使用国内地址)
    7. 安装appium-python-client
    使用:pip install Appium-Python-Client
     
    当以后全部都执行完成以后,appium的环境就配好了,剩下的就是写脚本的问题了。
     
  • 相关阅读:
    git 修改文件内容
    centos 7 安装gitlab
    安装Git 创建版本库
    安装 jenkins
    LVS 之搭建
    113. Path Sum II
    112. Path Sum
    111. Minimum Depth of Binary Tree
    110. Balanced Binary Tree
    109.Convert sorted list to BST
  • 原文地址:https://www.cnblogs.com/liyiran/p/4058254.html
Copyright © 2011-2022 走看看