Changes between Version 67 and Version 68 of DeveloperGuidelines/Testing/Selenium
- Timestamp:
- 11/20/13 16:57:27 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Testing/Selenium
v67 v68 15 15 Download and install the latest Selenium package, which can be found at [http://pypi.python.org/pypi/selenium]. 16 16 17 Follow the installation instructions there. Windows users can either install pip and use the pip command shown, 18 or install 7zip and use it to extract files from the .tar.gz file. 17 Follow the installation instructions there. Windows users can either install pip and use the pip command shown 18 in the instructions, or install [http://www.7-zip.org/ 7zip] and use it to extract files from the .tar.gz file, 19 then use the setup.py command shown in the instructions. 19 20 20 21 == Running / Executing Automated test scripts: ==