首页 > 学院 > 开发设计 > 正文

PreparePythonenvironmentandinstallselenium.

2019-11-14 16:56:02
字体:
来源:转载
供稿:网友

1, Install python and selenium.

  I use python 3.5, the following is the example

  1.)    Python download: 3.5

  https://www.python.org/downloads/release/python-350/

  At the end of the web site paper, Select: Windows x86 executable installer

 

  2.)    After we install python, we should configure the environment variable.

  Go to: Computer->PRoperties->Advanced system settings->Advanced --Environment Variables...-> System variables...Path->Edit

  C:/ProgramData/Oracle/java/javapath;%SystemRoot%/system32;%SystemRoot%;%SystemRoot%/System32/Wbem;%SYSTEMROOT%/System32/WindowsPowerShell/v1.0/; C:/Program Files (x86)/Microsoft asp.net/ASP.NET Web Pages/v1.0/; C:/Users/t_chenme/AppData/Local/Programs/Python/Python35-32/; C:/Users/t_chenme/AppData/Local/Programs/Python/Python35-32/Scripts

  

2. Setuptools to install:

     I use setuptools-18.4-py2.py3-none-any.whl (md5), it is for python 3.5

     I download from https://pypi.python.org/pypi/setuptools

  In cmd, go to the path, and execute:

  python ez_setup.py

 

3. Setup selenium:

  in command type in :pip install selenium


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表