Changes between Version 5 and Version 6 of DeveloperGuidelines/Testing/Selenium
- Timestamp:
- 04/02/12 09:08:24 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Testing/Selenium
v5 v6 21 21 or 22 22 {{{ 23 wget http://pypi.python.org/packages/source/s/selenium/selenium-2.20. tar.gz24 tar zxvf selenium-2.20. tar.gz25 cd selenium-2.20 23 wget http://pypi.python.org/packages/source/s/selenium/selenium-2.20.0.tar.gz 24 tar zxvf selenium-2.20.0.tar.gz 25 cd selenium-2.20.0 26 26 python setup.py install 27 27 }}} 28 29 Latest edit on how to install Selenium Python Client Driver in your Python enviroment:30 31 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)32 {{{33 cd selenium-2.20 (cd into the folder you just downloaded selenium 2.20 in)34 sudo python setup.py install (install Selenium Python Client Driver)35 }}}36 You should now have Selenium in your environment37 28 == Running Tests == 38 29 Before running the Selenium scripts, you should put your database into a known state: