Changes between Version 3 and Version 4 of DeveloperGuidelines/Testing/Selenium
- Timestamp:
- 03/28/12 02:27:50 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Testing/Selenium
v3 v4 30 30 31 31 {{{ 32 Download selenium 2.20.0 from: http://pypi.python.org/packages/source/s/selenium/selenium-2.20.0.tar.gz#md5=a1a7d86758b1b0e8561cd4a341c860e5into an appropriate folder (for example: selenium-2.20)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) 33 33 cd selenium-2.20 (cd into the folder you just downloaded selenium 2.20 in) 34 34 sudo python setup.py install (install Selenium Python Client Driver)