Skip to content

Commit

Permalink
python 2.38.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Dec 12, 2013
1 parent 9d7fb14 commit 3f0fc3d
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 21 deletions.
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 @@ -59,27 +59,33 @@ <h3>Navigation</h3>
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Args :</th><td class="field-body"><ul class="first simple">
<tr class="field-odd field"><th class="field-name">Args :</th><td class="field-body"></td>
</tr>
</tbody>
</table>
<ul class="simple">
<li>req - The original Request object.</li>
<li>fp - The response body file object.</li>
<li>code - The HTTP status code returned by the server.</li>
<li>msg - The HTTP status message returned by the server.</li>
<li>headers - The response headers.</li>
</ul>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns :</th><td class="field-body"><p class="first last">A new Response object.</p>
</td>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Returns :</th><td class="field-body"></td>
</tr>
</tbody>
</table>
<p>A new Response object.</p>
</dd></dl>

</dd></dl>

<dl class="class">
<dt id="selenium.webdriver.remote.remote_connection.RemoteConnection">
<em class="property">class </em><tt class="descclassname">selenium.webdriver.remote.remote_connection.</tt><tt class="descname">RemoteConnection</tt><big>(</big><em>remote_server_addr</em><big>)</big><a class="reference internal" href="../_modules/selenium/webdriver/remote/remote_connection.html#RemoteConnection"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#selenium.webdriver.remote.remote_connection.RemoteConnection" title="Permalink to this definition"></a></dt>
<em class="property">class </em><tt class="descclassname">selenium.webdriver.remote.remote_connection.</tt><tt class="descname">RemoteConnection</tt><big>(</big><em>remote_server_addr</em>, <em>keep_alive=False</em><big>)</big><a class="reference internal" href="../_modules/selenium/webdriver/remote/remote_connection.html#RemoteConnection"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#selenium.webdriver.remote.remote_connection.RemoteConnection" title="Permalink to this definition"></a></dt>
<dd><p>A connection with the Remote WebDriver server.</p>
<p>Communicates with the server using the WebDriver wire protocol:
<a class="reference external" href="http://code.google.com/p/selenium/wiki/JsonWireProtocol">http://code.google.com/p/selenium/wiki/JsonWireProtocol</a></p>
Expand Down Expand Up @@ -115,14 +121,14 @@ <h3>Navigation</h3>
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Args :</th><td class="field-body"><ul class="first last simple">
<li>url - String for the URL to send the request to.</li>
<li>data - Data to send with the request.</li>
</ul>
</td>
<tr class="field-odd field"><th class="field-name">Args :</th><td class="field-body"></td>
</tr>
</tbody>
</table>
<ul class="simple">
<li>url - String for the URL to send the request to.</li>
<li>data - Data to send with the request.</li>
</ul>
<dl class="method">
<dt id="selenium.webdriver.remote.remote_connection.Request.get_method">
<tt class="descname">get_method</tt><big>(</big><big>)</big><a class="reference internal" href="../_modules/selenium/webdriver/remote/remote_connection.html#Request.get_method"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#selenium.webdriver.remote.remote_connection.Request.get_method" title="Permalink to this definition"></a></dt>
Expand All @@ -140,16 +146,16 @@ <h3>Navigation</h3>
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Args :</th><td class="field-body"><ul class="first last simple">
<tr class="field-odd field"><th class="field-name">Args :</th><td class="field-body"></td>
</tr>
</tbody>
</table>
<ul class="simple">
<li>fp - The response body file object.</li>
<li>code - The HTTP status code returned by the server.</li>
<li>headers - A dictionary of headers returned by the server.</li>
<li>url - URL of the retrieved resource represented by this Response.</li>
</ul>
</td>
</tr>
</tbody>
</table>
<dl class="method">
<dt id="selenium.webdriver.remote.remote_connection.Response.close">
<tt class="descname">close</tt><big>(</big><big>)</big><a class="reference internal" href="../_modules/selenium/webdriver/remote/remote_connection.html#Response.close"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#selenium.webdriver.remote.remote_connection.Response.close" title="Permalink to this definition"></a></dt>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h3>Navigation</h3>
<p>The WebDriver implementation.</p>
<dl class="class">
<dt id="selenium.webdriver.remote.webdriver.WebDriver">
<em class="property">class </em><tt class="descclassname">selenium.webdriver.remote.webdriver.</tt><tt class="descname">WebDriver</tt><big>(</big><em>command_executor='http://127.0.0.1:4444/wd/hub'</em>, <em>desired_capabilities=None</em>, <em>browser_profile=None</em>, <em>proxy=None</em><big>)</big><a class="reference internal" href="../_modules/selenium/webdriver/remote/webdriver.html#WebDriver"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#selenium.webdriver.remote.webdriver.WebDriver" title="Permalink to this definition"></a></dt>
<em class="property">class </em><tt class="descclassname">selenium.webdriver.remote.webdriver.</tt><tt class="descname">WebDriver</tt><big>(</big><em>command_executor='http://127.0.0.1:4444/wd/hub'</em>, <em>desired_capabilities=None</em>, <em>browser_profile=None</em>, <em>proxy=None</em>, <em>keep_alive=False</em><big>)</big><a class="reference internal" href="../_modules/selenium/webdriver/remote/webdriver.html#WebDriver"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#selenium.webdriver.remote.webdriver.WebDriver" title="Permalink to this definition"></a></dt>
<dd><p>Controls a browser by sending commands to a remote server.
This server is expected to be running the WebDriver wire protocol as defined
here: <a class="reference external" href="http://code.google.com/p/selenium/wiki/JsonWireProtocol">http://code.google.com/p/selenium/wiki/JsonWireProtocol</a></p>
Expand Down
3 changes: 3 additions & 0 deletions py/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Selenium 2.38.4
* keep-alive can't be used for phantomjs / IE, fix for that and tested for py3 :)

Selenium 2.38.3
* really supporting py3 :)

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


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

__version__ = '2.38.3'
__version__ = '2.38.4'
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.38.3",
'version':"2.38.4",
'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 3f0fc3d

Please sign in to comment.