美文网首页我爱编程
Selenium3.13+Python3.7自动化测试环境搭建

Selenium3.13+Python3.7自动化测试环境搭建

作者: 苏xx | 来源:发表于2018-08-07 17:42 被阅读150次

1.安装Python

2.安装Pycharm

3.安装Selenium

    pip是直接可以安装Python相关库类的工具

    安装好Python3之后,默认就会有pip,使用pip进行安装Selenium:

  pip install selenium

4.安装ddt

        pip install ddt

5.安装HTMLReport

        pip install HTMLReport



相关文章

网友评论

    本文标题:Selenium3.13+Python3.7自动化测试环境搭建

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