美文网首页我爱编程
How to setup selenium + python E

How to setup selenium + python E

作者: cutelittlePanda | 来源:发表于2018-03-07 16:25 被阅读0次

    1. Install python (version python3.6.1)

                    ---path: F:\programFiles\python3.6.1

    2. pip install -U selenium 

                     --- install it to the path:  F:\programFiles\python3.6.1\selenium

                    --- pip 为python包管理工具,安装好python后,会自动默认已安装;

                  --- 参数  -U 为最新的selenium包

    3. selenium 3 支持所有的browsers, 下载ChromeDriver并放置在python3.6.1的根目录: F:\programFiles\python3.6.1\chromedriver

    4. 重启电脑

    Done!!!

    相关文章

      网友评论

        本文标题:How to setup selenium + python E

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