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 780c502 commit f5799edCopy full SHA for f5799ed
py/CHANGES
@@ -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
8
Selenium 3.12.0
9
10
* Add desired_capabilities keyword to IE and Firefox drivers for driver consitency
py/selenium/webdriver/__init__.py
@@ -36,4 +36,4 @@
36
from .common.touch_actions import TouchActions # noqa
37
from .common.proxy import Proxy # noqa
38
39
-__version__ = '3.9.0'
+__version__ = '3.13.0'
0 commit comments