Skip to content

Commit 4e92bf9

Browse files
Bump Python to 2.53.5
1 parent 2802b6f commit 4e92bf9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

py/CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Selenium 2.53.5
2+
* Handle capabilities better with Marionette and GeckoDriver
3+
14
Selenium 2.53.4
25
* Pass the firefox_profile as a desired capability in the Python client when using a remote server
36
* Avoid checking exception details for invalid locators due to differences in server implementations

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.4"
21+
__version__ = "2.53.5"

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.4'
35+
__version__ = '2.53.5'

0 commit comments

Comments
 (0)