Skip to content

Commit 493daaa

Browse files
committed
Update python changelog for 3.9.0 release
1 parent 74fd1bb commit 493daaa

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

py/CHANGES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
Selenium 3.8.1
29

310
* Fix bug when creating an Opera driver (#5266)

py/selenium/webdriver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
from .common.touch_actions import TouchActions # noqa
3636
from .common.proxy import Proxy # noqa
3737

38-
__version__ = '3.8.1'
38+
__version__ = '3.9.0'

0 commit comments

Comments
 (0)