Skip to content

Commit

Permalink
bumping versions for 2.37.2
Browse files Browse the repository at this point in the history
updating docs
(correct incorrect bumping of standalone version in the docs)
  • Loading branch information
lukeis committed Oct 22, 2013
1 parent 033551c commit e4d20ac
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 13 deletions.
4 changes: 2 additions & 2 deletions docs/api/py/_sources/index.txt
Original file line number Diff line number Diff line change
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.googlecode.com/files/selenium-server-standalone-2.37.1.jar
Download the server separately, from: http://selenium.googlecode.com/files/selenium-server-standalone-2.37.0.jar

Run the server from the command line::

java -jar selenium-server-standalone-2.37.1.jar
java -jar selenium-server-standalone-2.37.0.jar

Then run your Python client scripts.

Expand Down
4 changes: 2 additions & 2 deletions docs/api/py/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ <h2>Example 2:<a class="headerlink" href="#example-2" title="Permalink to this h
<h2>Selenium Server (optional)<a class="headerlink" href="#selenium-server-optional" title="Permalink to this headline"></a></h2>
<p>For normal WebDriver scripts (non-Remote), the Java server is not needed.</p>
<p>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).</p>
<p>Download the server separately, from: <a class="reference external" href="http://selenium.googlecode.com/files/selenium-server-standalone-2.37.1.jar">http://selenium.googlecode.com/files/selenium-server-standalone-2.37.1.jar</a></p>
<p>Download the server separately, from: <a class="reference external" href="http://selenium.googlecode.com/files/selenium-server-standalone-2.37.0.jar">http://selenium.googlecode.com/files/selenium-server-standalone-2.37.0.jar</a></p>
<p>Run the server from the command line:</p>
<div class="highlight-python"><pre>java -jar selenium-server-standalone-2.37.1.jar</pre>
<div class="highlight-python"><pre>java -jar selenium-server-standalone-2.37.0.jar</pre>
</div>
<p>Then run your Python client scripts.</p>
</div>
Expand Down
Binary file modified docs/api/py/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/api/py/searchindex.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h3>Navigation</h3>
<em class="property">class </em><tt class="descclassname">selenium.webdriver.chrome.webdriver.</tt><tt class="descname">WebDriver</tt><big>(</big><em>executable_path='chromedriver'</em>, <em>port=0</em>, <em>chrome_options=None</em>, <em>service_args=None</em>, <em>desired_capabilities=None</em>, <em>service_log_path=None</em><big>)</big><a class="reference internal" href="../_modules/selenium/webdriver/chrome/webdriver.html#WebDriver"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#selenium.webdriver.chrome.webdriver.WebDriver" title="Permalink to this definition"></a></dt>
<dd><p>Controls the ChromeDriver and allows you to drive the browser.</p>
<p>You will need to download the ChromeDriver executable from
<a class="reference external" href="http://code.google.com/p/chromedriver/downloads/list">http://code.google.com/p/chromedriver/downloads/list</a></p>
<a class="reference external" href="http://chromedriver.storage.googleapis.com/index.html">http://chromedriver.storage.googleapis.com/index.html</a></p>
<p>Creates a new instance of the chrome driver.</p>
<p>Starts the service and then creates new instance of chrome driver.</p>
<table class="docutils field-list" frame="void" rules="none">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ <h3>Navigation</h3>
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Usage :</th><td class="field-body">Use the corresponding find_element_by_* instead of this.</td>
</tr>
<tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body">WebElement</td>
</tr>
</tbody>
</table>
</dd></dl>
Expand Down Expand Up @@ -459,6 +461,8 @@ <h3>Navigation</h3>
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Usage :</th><td class="field-body">Use the corresponding find_elements_by_* instead of this.</td>
</tr>
<tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body">list of WebElement</td>
</tr>
</tbody>
</table>
</dd></dl>
Expand Down
4 changes: 4 additions & 0 deletions py/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Selenium 2.37.2
* fix regression added with unicode fix
* Bug fix #6360

Selenium 2.37.1
* fix find_elements on webelement using unicode locators and py 2.7

Expand Down
4 changes: 2 additions & 2 deletions py/README
Original file line number Diff line number Diff line change
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.googlecode.com/files/selenium-server-standalone-2.37.1.jar
Download the server separately, from: http://selenium.googlecode.com/files/selenium-server-standalone-2.37.0.jar

Run the server from the command line::

java -jar selenium-server-standalone-2.37.1.jar
java -jar selenium-server-standalone-2.37.0.jar

Then run your Python client scripts.

Expand Down
4 changes: 2 additions & 2 deletions py/docs/source/index.rst
Original file line number Diff line number Diff line change
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.googlecode.com/files/selenium-server-standalone-2.37.1.jar
Download the server separately, from: http://selenium.googlecode.com/files/selenium-server-standalone-2.37.0.jar

Run the server from the command line::

java -jar selenium-server-standalone-2.37.1.jar
java -jar selenium-server-standalone-2.37.0.jar

Then run your Python client scripts.

Expand Down
2 changes: 1 addition & 1 deletion py/selenium/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
from selenium import selenium


__version__ = "2.37.1"
__version__ = "2.37.2"
2 changes: 1 addition & 1 deletion py/selenium/webdriver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
from .common.touch_actions import TouchActions
from .common.proxy import Proxy

__version__ = '2.37.1'
__version__ = '2.37.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
setup_args = {
'cmdclass':{'install': install},
'name':'selenium',
'version':"2.37.1",
'version':"2.37.2",
'description':'Python bindings for Selenium',
'long_description':open(join(abspath(dirname(__file__)), "py", "README")).read(),
'url':'http://code.google.com/p/selenium/',
Expand Down

0 comments on commit e4d20ac

Please sign in to comment.