Changes between Version 2 and Version 3 of DeveloperGuidelines/Testing/Selenium


Ignore:
Timestamp:
03/28/12 02:26:14 (13 years ago)
Author:
coldblooded
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Testing/Selenium

    v2 v3  
    2727}}}
    2828
     29Latest edit on how to install Selenium Python Client Driver in your Python enviroment:
     30
     31{{{
     32Download 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)
     33cd selenium-2.20 (cd into the folder you just downloaded selenium 2.20 in)
     34sudo python setup.py install (install Selenium Python Client Driver)
     35}}}
     36You should now have Selenium in your environment
    2937== Running Tests ==
    3038Before running the Selenium scripts, you should put your database into a known state: