Changes between Version 68 and Version 69 of DeveloperGuidelines/Testing/Selenium


Ignore:
Timestamp:
11/20/13 17:16:09 (11 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Testing/Selenium

    v68 v69  
    1313In order to execute the automated Selenium powered test scripts, you must install the Selenium Web Drivers into Python.
    1414
    15 Download and install the latest Selenium package, which can be found at [http://pypi.python.org/pypi/selenium].
    16 
    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.
     15Download the latest Selenium package from [http://pypi.python.org/pypi/selenium] and follow the installation
     16instructions there.[[br]]
     17Windows users can either:
     18* Install [http://www.pip-installer.org/en/latest/installing.html pip] and use the pip command shown in the instructions
     19* Install [http://www.7-zip.org/ 7zip] and use it to extract files from the .tar.gz file, then use the setup.py command shown in the instructions.
     20Note it is likely simpler to install 7zip and use the setup.py command.
    2021
    2122== Running / Executing Automated test scripts: ==