Skip to content

Commit 021e661

Browse files
committed
Update Python changelog for 3.8.0
1 parent 77c2331 commit 021e661

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

py/CHANGES

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Selenium 3.8.0
2+
3+
* Firefox options can now be imported from selenium.webdriver as FirefoxOptions (#5120)
4+
* Headless mode can now be set in Chrome Options using `set_headless`
5+
* Headless mode can now be set in Firefox Options using `set_headless`
6+
* Add the WebKitGTK WebDriver and options class (#4635)
7+
* Browser options can now be passed to remote WebDriver via the `options` parameter
8+
* Browser option parameters are now standardized across drivers as `options`. `firefox_options`,
9+
`chrome_options`, and `ie_options` are now deprecated
10+
* Added missing W3C Error Codes (#4556)
11+
* Support has been removed for Python versions 2.6 and 3.3
12+
113
Selenium 3.7.0
214

315
* need to pass applicable environment variables to tox

0 commit comments

Comments
 (0)