Skip to content

Commit 3f0fc3d

Browse files
committed
python 2.38.4
1 parent 9d7fb14 commit 3f0fc3d

File tree

8 files changed

+30
-21
lines changed

8 files changed

+30
-21
lines changed

docs/api/py/objects.inv

-22 Bytes
Binary file not shown.

docs/api/py/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/api/py/webdriver_remote/selenium.webdriver.remote.remote_connection.html

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -59,27 +59,33 @@ <h3>Navigation</h3>
5959
<col class="field-name" />
6060
<col class="field-body" />
6161
<tbody valign="top">
62-
<tr class="field-odd field"><th class="field-name">Args :</th><td class="field-body"><ul class="first simple">
62+
<tr class="field-odd field"><th class="field-name">Args :</th><td class="field-body"></td>
63+
</tr>
64+
</tbody>
65+
</table>
66+
<ul class="simple">
6367
<li>req - The original Request object.</li>
6468
<li>fp - The response body file object.</li>
6569
<li>code - The HTTP status code returned by the server.</li>
6670
<li>msg - The HTTP status message returned by the server.</li>
6771
<li>headers - The response headers.</li>
6872
</ul>
69-
</td>
70-
</tr>
71-
<tr class="field-even field"><th class="field-name">Returns :</th><td class="field-body"><p class="first last">A new Response object.</p>
72-
</td>
73+
<table class="docutils field-list" frame="void" rules="none">
74+
<col class="field-name" />
75+
<col class="field-body" />
76+
<tbody valign="top">
77+
<tr class="field-odd field"><th class="field-name">Returns :</th><td class="field-body"></td>
7378
</tr>
7479
</tbody>
7580
</table>
81+
<p>A new Response object.</p>
7682
</dd></dl>
7783

7884
</dd></dl>
7985

8086
<dl class="class">
8187
<dt id="selenium.webdriver.remote.remote_connection.RemoteConnection">
82-
<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>
88+
<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>
8389
<dd><p>A connection with the Remote WebDriver server.</p>
8490
<p>Communicates with the server using the WebDriver wire protocol:
8591
<a class="reference external" href="http://code.google.com/p/selenium/wiki/JsonWireProtocol">http://code.google.com/p/selenium/wiki/JsonWireProtocol</a></p>
@@ -115,14 +121,14 @@ <h3>Navigation</h3>
115121
<col class="field-name" />
116122
<col class="field-body" />
117123
<tbody valign="top">
118-
<tr class="field-odd field"><th class="field-name">Args :</th><td class="field-body"><ul class="first last simple">
119-
<li>url - String for the URL to send the request to.</li>
120-
<li>data - Data to send with the request.</li>
121-
</ul>
122-
</td>
124+
<tr class="field-odd field"><th class="field-name">Args :</th><td class="field-body"></td>
123125
</tr>
124126
</tbody>
125127
</table>
128+
<ul class="simple">
129+
<li>url - String for the URL to send the request to.</li>
130+
<li>data - Data to send with the request.</li>
131+
</ul>
126132
<dl class="method">
127133
<dt id="selenium.webdriver.remote.remote_connection.Request.get_method">
128134
<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>
@@ -140,16 +146,16 @@ <h3>Navigation</h3>
140146
<col class="field-name" />
141147
<col class="field-body" />
142148
<tbody valign="top">
143-
<tr class="field-odd field"><th class="field-name">Args :</th><td class="field-body"><ul class="first last simple">
149+
<tr class="field-odd field"><th class="field-name">Args :</th><td class="field-body"></td>
150+
</tr>
151+
</tbody>
152+
</table>
153+
<ul class="simple">
144154
<li>fp - The response body file object.</li>
145155
<li>code - The HTTP status code returned by the server.</li>
146156
<li>headers - A dictionary of headers returned by the server.</li>
147157
<li>url - URL of the retrieved resource represented by this Response.</li>
148158
</ul>
149-
</td>
150-
</tr>
151-
</tbody>
152-
</table>
153159
<dl class="method">
154160
<dt id="selenium.webdriver.remote.remote_connection.Response.close">
155161
<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>

docs/api/py/webdriver_remote/selenium.webdriver.remote.webdriver.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h3>Navigation</h3>
4949
<p>The WebDriver implementation.</p>
5050
<dl class="class">
5151
<dt id="selenium.webdriver.remote.webdriver.WebDriver">
52-
<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>
52+
<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>
5353
<dd><p>Controls a browser by sending commands to a remote server.
5454
This server is expected to be running the WebDriver wire protocol as defined
5555
here: <a class="reference external" href="http://code.google.com/p/selenium/wiki/JsonWireProtocol">http://code.google.com/p/selenium/wiki/JsonWireProtocol</a></p>

py/CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Selenium 2.38.4
2+
* keep-alive can't be used for phantomjs / IE, fix for that and tested for py3 :)
3+
14
Selenium 2.38.3
25
* really supporting py3 :)
36

py/selenium/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
from selenium import selenium
1616

1717

18-
__version__ = "2.38.3"
18+
__version__ = "2.38.4"

py/selenium/webdriver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
from .common.touch_actions import TouchActions
2929
from .common.proxy import Proxy
3030

31-
__version__ = '2.38.3'
31+
__version__ = '2.38.4'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
setup_args = {
2929
'cmdclass':{'install': install},
3030
'name':'selenium',
31-
'version':"2.38.3",
31+
'version':"2.38.4",
3232
'description':'Python bindings for Selenium',
3333
'long_description':open(join(abspath(dirname(__file__)), "py", "README")).read(),
3434
'url':'http://code.google.com/p/selenium/',

0 commit comments

Comments
 (0)