Skip to content

Commit 89495c9

Browse files
committed
Bumping Python to 2.53.4
1 parent 1e6dd55 commit 89495c9

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

py/CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Selenium 2.53.4
2+
* Pass the firefox_profile as a desired capability in the Python client when using a remote server
3+
* Avoid checking exception details for invalid locators due to differences in server implementations
4+
15
Selenium 2.53.3
26
* Use the correct binary path when using Marionette
37
* Fixed: Unhelpful error message when PhantomJS exits. (#2173 #2168)

py/selenium/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
from selenium import selenium
1919

2020

21-
__version__ = "2.53.3"
21+
__version__ = "2.53.4"

py/selenium/webdriver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
from .common.touch_actions import TouchActions
3333
from .common.proxy import Proxy
3434

35-
__version__ = '2.53.3'
35+
__version__ = '2.53.4'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
setup_args = {
3333
'cmdclass': {'install': install},
3434
'name': 'selenium',
35-
'version': "2.53.3",
35+
'version': "2.53.4",
3636
'description': 'Python bindings for Selenium',
3737
'long_description': open(join(abspath(dirname(__file__)), "py", "README.rst")).read(),
3838
'url': 'https://github.com/SeleniumHQ/selenium/',

0 commit comments

Comments
 (0)