We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2802b6f commit 4e92bf9Copy full SHA for 4e92bf9
py/CHANGES
@@ -1,3 +1,6 @@
1
+Selenium 2.53.5
2
+* Handle capabilities better with Marionette and GeckoDriver
3
+
4
Selenium 2.53.4
5
* Pass the firefox_profile as a desired capability in the Python client when using a remote server
6
* Avoid checking exception details for invalid locators due to differences in server implementations
py/selenium/__init__.py
@@ -18,4 +18,4 @@
18
from selenium import selenium
19
20
21
-__version__ = "2.53.4"
+__version__ = "2.53.5"
py/selenium/webdriver/__init__.py
@@ -32,4 +32,4 @@
32
from .common.touch_actions import TouchActions
33
from .common.proxy import Proxy
34
35
-__version__ = '2.53.4'
+__version__ = '2.53.5'
0 commit comments