Skip to content

Commit f5799ed

Browse files
committed
[py] Update CHANGES for 3.13.0
1 parent 780c502 commit f5799ed

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.13.0
2+
3+
* Add executing Chrome devtools command (#5989)
4+
* fix incorrect w3c action encoding in python client (#6014)
5+
* Implement context manager for WebDriver
6+
* Stop sending "windowHandle" param in maximize_window command for w3c
7+
18
Selenium 3.12.0
29

310
* Add desired_capabilities keyword to IE and Firefox drivers for driver consitency

py/selenium/webdriver/__init__.py

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

39-
__version__ = '3.9.0'
39+
__version__ = '3.13.0'

0 commit comments

Comments
 (0)