Changes between Version 4 and Version 5 of DeveloperGuidelines/Testing/Selenium


Ignore:
Timestamp:
03/29/12 23:32:50 (13 years ago)
Author:
coldblooded
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Testing/Selenium

    v4 v5  
    2929Latest edit on how to install Selenium Python Client Driver in your Python enviroment:
    3030
     31Download selenium 2.20.0 from: [http://pypi.python.org/packages/source/s/selenium/selenium-2.20.0.tar.gz#md5=a1a7d86758b1b0e8561cd4a341c860e5] into an appropriate folder (for example: selenium-2.20)
    3132{{{
    32 Download selenium 2.20.0 from: [http://pypi.python.org/packages/source/s/selenium/selenium-2.20.0.tar.gz#md5=a1a7d86758b1b0e8561cd4a341c860e5] into an appropriate folder (for example: selenium-2.20)
    3333cd selenium-2.20 (cd into the folder you just downloaded selenium 2.20 in)
    3434sudo python setup.py install (install Selenium Python Client Driver)