Changes between Version 65 and Version 66 of DeveloperGuidelines/Testing/Selenium


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Testing/Selenium

    v65 v66  
    1313*Web2py will need to be installed, and should come with the installation of Sahana Eden.
    1414
    15 Download and install the latest Selenium package, which can be found at [http://pypi.python.org/pypi/selenium#downloads]:
    16 {{{
    17 wget http://pypi.python.org/packages/source/s/selenium/selenium-2.25.0.tar.gz
    18 tar zxvf selenium-2.25.0.tar.gz
    19 cd selenium-2.25.0
    20 python setup.py install
    21 }}}
    22 ''or''
    23 {{{
    24 pip install -U selenium
    25 }}}
     15Download and install the latest Selenium package, which can be found at [http://pypi.python.org/pypi/selenium].
     16Follow the installation instructions there. Windows users can either install pip and use the pip command shown,
     17or install 7zip and use it to extract files from the .tar.gz file.
     18
    2619== Running / Executing Automated test scripts: ==
    2720