Skip to content

Commit

Permalink
Python: Fixing version numbers and syntax error in README
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Feb 1, 2016
1 parent b034fd7 commit 1a2b40c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions py/README
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The `selenium` package is used automate web browser interaction from Python.
+-----------+-----------------------------------------------------------------------------------+
| **Docs**: | `selenium package API <http://selenium.googlecode.com/git/docs/api/py/api.html>`_ |
+-----------+-----------------------------------------------------------------------------------+
| **Dev**: | https://github.com/SeleniumHQ/selenium |
| **Dev**: | https://github.com/SeleniumHQ/selenium |
+-----------+-----------------------------------------------------------------------------------+
| **PyPI**: | https://pypi.python.org/pypi/selenium |
+-----------+-----------------------------------------------------------------------------------+
Expand Down Expand Up @@ -107,11 +107,11 @@ For normal WebDriver scripts (non-Remote), the Java server is not needed.

However, to use Selenium Webdriver Remote or the legacy Selenium API (Selenium-RC), you need to also run the Selenium server. The server requires a Java Runtime Environment (JRE).

Download the server separately, from: http://selenium-release.storage.googleapis.com/2.49/selenium-server-standalone-2.49.0.jar
Download the server separately, from: http://selenium-release.storage.googleapis.com/2.50/selenium-server-standalone-2.50.1.jar

Run the server from the command line::

java -jar selenium-server-standalone-2.49.0.jar
java -jar selenium-server-standalone-2.50.1.jar

Then run your Python client scripts.

Expand Down

0 comments on commit 1a2b40c

Please sign in to comment.