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 74fd1bb commit 493daaaCopy full SHA for 493daaa
py/CHANGES
@@ -1,3 +1,10 @@
1
+Selenium 3.9.0
2
+
3
+* Add docstrings to WebElement find methods (#5384)
4
+* Additional data in unexpected alert error is now handled for w3c drivers (#5416)
5
+* Allow service_args to be passed into Firefox WebDriver (#5421)
6
+* Fix bug introduced with response logging in 3.8.1 (#5362)
7
8
Selenium 3.8.1
9
10
* Fix bug when creating an Opera driver (#5266)
py/selenium/webdriver/__init__.py
@@ -35,4 +35,4 @@
35
from .common.touch_actions import TouchActions # noqa
36
from .common.proxy import Proxy # noqa
37
38
-__version__ = '3.8.1'
+__version__ = '3.9.0'
0 commit comments