美文网首页
【5.8】开发工具安装 phthon 自动化测试

【5.8】开发工具安装 phthon 自动化测试

作者: 王滕辉 | 来源:发表于2022-04-21 09:02 被阅读0次

    https://www.jianshu.com/p/09245aa591e0
    自动化测试主要是使用python+Selenium调用浏览器去模拟点击填写表单提交等操作的过程。
    selenium安装使用pip

    pip install selenium
    pip show selenium
    

    下载安装Chromedriver

    下载Chromedriver后解压缩,得到chromedriver.exe文件,将该文件复制到python的安装目录下,或者将chromedriver.exe添加到系统环境变量中
    cmd验证

    chromedriver
    
    image.png

    点波关注 系统搭建(docker)
    需要注意当前浏览器的版本

    相关文章

      网友评论

          本文标题:【5.8】开发工具安装 phthon 自动化测试

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