Skip to content

Commit 1a2b40c

Browse files
committed
Python: Fixing version numbers and syntax error in README
1 parent b034fd7 commit 1a2b40c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

py/README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The `selenium` package is used automate web browser interaction from Python.
1414
+-----------+-----------------------------------------------------------------------------------+
1515
| **Docs**: | `selenium package API <http://selenium.googlecode.com/git/docs/api/py/api.html>`_ |
1616
+-----------+-----------------------------------------------------------------------------------+
17-
| **Dev**: | https://github.com/SeleniumHQ/selenium |
17+
| **Dev**: | https://github.com/SeleniumHQ/selenium |
1818
+-----------+-----------------------------------------------------------------------------------+
1919
| **PyPI**: | https://pypi.python.org/pypi/selenium |
2020
+-----------+-----------------------------------------------------------------------------------+
@@ -107,11 +107,11 @@ For normal WebDriver scripts (non-Remote), the Java server is not needed.
107107

108108
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).
109109

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

112112
Run the server from the command line::
113113

114-
java -jar selenium-server-standalone-2.49.0.jar
114+
java -jar selenium-server-standalone-2.50.1.jar
115115

116116
Then run your Python client scripts.
117117

0 commit comments

Comments
 (0)